Skip to content

Commit

Permalink
Add filelock as explicit test dependencies since rosettasciio needs it
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed May 2, 2024
1 parent 8dcf8b2 commit 6034d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
env:
MPLBACKEND: 'agg'
# pin pytest to 7.4.4 to get the test suite of pyxem to work
TEST_DEPS: pytest==7.4.4 pytest-qt pytest-xdist pytest-rerunfailures pytest-mpl
TEST_DEPS: pytest==7.4.4 pytest-qt pytest-xdist pytest-rerunfailures pytest-mpl filelock

jobs:
create_release_job:
Expand Down

0 comments on commit 6034d90

Please sign in to comment.