Skip to content

Commit

Permalink
rename pyviz-dev as holoviz-dev (#5758)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Jun 12, 2023
1 parent 818e649 commit 41e6a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/downstream_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
downstream_tests:
uses: pyviz-dev/holoviz_tasks/.github/workflows/run_downstream_tests.yaml@main
uses: holoviz-dev/holoviz_tasks/.github/workflows/run_downstream_tests.yaml@main
with:
downstream_repos_as_json: "{\"downstream_repo\":[\"hvplot\", \"geoviews\"]}"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
NUMBA_NUM_THREADS: 1
PYDEVD_DISABLE_FILE_VALIDATION: 1
steps:
- uses: pyviz-dev/holoviz_tasks/[email protected]
- uses: holoviz-dev/holoviz_tasks/[email protected]
with:
name: unit_test_suite_bokeh${{ matrix.bokeh-version }}
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 41e6a40

Please sign in to comment.