Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harripd authored May 19, 2024
1 parent 3efac8b commit f1512ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
conda install numpy cython pytest
conda install pytables matplotlib pandas numba
- name: Old Python dependencies
if: matrix.python-version <= "3.9"
if: matrix.python-version <= 3.9
shell: bash -l {0}
run: pip install importlib_resources
- name: build phconvert
shell: bash -l {0}
Expand Down

0 comments on commit f1512ff

Please sign in to comment.