We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a964b84 commit 9d4b2ceCopy full SHA for 9d4b2ce
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Upgrade python tooling
15
run: python -m pip install --upgrade pip setuptools wheel
16
- name: Install dependencies
17
- run: python -m pip install -r requirements.txt
+ run: python -m pip install -r requirements.txt --no-deps
18
- name: Install test dependencies
19
run: python -m pip install pytest pretend
20
- name: Test
0 commit comments