Skip to content

Commit

Permalink
Correct python
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Aug 2, 2024
1 parent d614392 commit cad4ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: conda list
run: conda list
- name: bokeh sampledata
if: python.version == '3.9'
if: ${{ matrix.python-version == '3.9'}}
run: bokeh sampledata
- name: unit tests
run: pytest -v hvplot --cov=hvplot --cov-append
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- name: pip list
run: pip list
- name: bokeh sampledata
if: python.version == '3.9'
if: ${{ matrix.python-version == '3.9'}}
run: bokeh sampledata
- name: unit tests
run: pytest -v hvplot --cov=hvplot --cov-append
Expand Down

0 comments on commit cad4ea5

Please sign in to comment.