Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Oct 10, 2023
1 parent b85bdb5 commit 2f6392c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,13 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: "100"
- name: Fetch unshallow
run: git fetch --prune --tags --unshallow -f
- uses: actions/setup-python@v4
with:
python-version: 3.12
- run: |
python -m pip install '.["tests_core", "tests_ci"]'
python -m pip install -ve '.[tests_core, tests_ci]'
- name: bokeh sampledata
run: |
# conda activate test-environment
Expand All @@ -174,4 +176,3 @@ jobs:
run: |
# conda activate test-environment
pytest holoviews
python --version

0 comments on commit 2f6392c

Please sign in to comment.