Skip to content

Commit 9d4b2ce

Browse files
authored
Install compiled requirements with --no-deps (#99)
1 parent a964b84 commit 9d4b2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Upgrade python tooling
1515
run: python -m pip install --upgrade pip setuptools wheel
1616
- name: Install dependencies
17-
run: python -m pip install -r requirements.txt
17+
run: python -m pip install -r requirements.txt --no-deps
1818
- name: Install test dependencies
1919
run: python -m pip install pytest pretend
2020
- name: Test

0 commit comments

Comments
 (0)