Skip to content

Commit 72ac9a3

Browse files
committed
... trying to get it to use only binary wheels on windows
1 parent 05bb92c commit 72ac9a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
python-version: "3.11"
7171
cache: 'pip'
7272
- run: python -m pip install --upgrade pip
73-
- run: python -m pip install -e .[dev]
73+
- run: python -m pip install --prefer-binary -e .[dev]
7474
- run: python -m pytest -v -rP --doctest-modules countess/ tests/
7575

7676
run-tests-macos-m1:
@@ -82,6 +82,6 @@ jobs:
8282
with:
8383
python-version: "3.11"
8484
- run: python -m pip install --upgrade pip
85-
- run: python -m pip install -e .[dev]
85+
- run: python -m pip install --prefer-binary -e .[dev]
8686
- run: python -m pytest -v -rP --doctest-modules countess/ tests/
8787

0 commit comments

Comments
 (0)