Skip to content

Commit

Permalink
BTrees still doesn't use the src/ layout, so unzip to the correct spot.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Mar 26, 2021
1 parent af19f9e commit 77a98c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
# Unzip into src/ so that testrunner can find the .so files
# when we ask it to load tests from that directory. This
# might also save some build time?
unzip -n dist/BTrees-*whl -d src
unzip -n dist/BTrees-*whl -d .
pip install -U -e .[test,ZODB]
- name: Set coverage status
# coverage is too slow on PyPy. We can't submit it from macOS (see that action),
Expand Down

0 comments on commit 77a98c5

Please sign in to comment.