Skip to content

Commit 869db5c

Browse files
effigiescoalsont
authored andcommitted
CI: Test without pre-installing from requirements.txt
1 parent 8dfa213 commit 869db5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
28-
requires: ["requirements.txt"]
29-
# Can't drop requirements.txt without build isolation
30-
# requires: ["", "requirements.txt"]
28+
requires: ["", "requirements.txt"]
3129

3230
steps:
3331
- name: Checkout repo

0 commit comments

Comments
 (0)