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 e3b3ae6 commit d43c8deCopy full SHA for d43c8de
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
31
restore-keys: ${{ runner.os }}-pip-
32
- name: Install dependencies
33
- run: pip --disable-pip-version-check install -r requirements-dev.txt
+ run: pip --disable-pip-version-check install --no-compile -r requirements-dev.txt
34
- name: Check lint
35
run: make check
36
- name: Check test
0 commit comments