We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfe1ba commit 7ac0cbaCopy full SHA for 7ac0cba
.github/workflows/ci.yml
@@ -12,6 +12,6 @@ jobs:
12
- name: Install dependencies
13
run: |
14
python -m pip install --upgrade pip
15
- pip install -r requirements.txt
+ # pip install -r requirements.txt
16
- name: Build and run tests
17
run: ./testall
0 commit comments