We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bb92c commit 72ac9a3Copy full SHA for 72ac9a3
.github/workflows/run-tests-push.yml
@@ -70,7 +70,7 @@ jobs:
70
python-version: "3.11"
71
cache: 'pip'
72
- run: python -m pip install --upgrade pip
73
- - run: python -m pip install -e .[dev]
+ - run: python -m pip install --prefer-binary -e .[dev]
74
- run: python -m pytest -v -rP --doctest-modules countess/ tests/
75
76
run-tests-macos-m1:
@@ -82,6 +82,6 @@ jobs:
82
with:
83
84
85
86
87
0 commit comments