Skip to content

Commit

Permalink
fix quotes for pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
austinorr committed May 5, 2024
1 parent 8da75e9 commit a487020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hsp2-pip-install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# install the hsp2 executable
pip install .[dev]
- if: ${{ matrix.pandas-version }}
run: pip install ${{ matrix.pandas-version }}
run: pip install "${{ matrix.pandas-version }}"
- name: Test with pytest
run: |
# python coverage
Expand Down

0 comments on commit a487020

Please sign in to comment.