Skip to content

Commit

Permalink
make sure to always test with prerelease dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jun 14, 2022
1 parent ba85b1c commit 70565fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Install the Python dependencies
run: |
pip install .[test] codecov
pip install --pre .[test] codecov
- name: Install matplotlib
if: ${{ !startsWith(matrix.os, 'macos') && !startsWith(matrix.python-version, 'pypy') }}
Expand Down

0 comments on commit 70565fe

Please sign in to comment.