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 e49d822 commit 908cba8Copy full SHA for 908cba8
.github/workflows/test.yml
@@ -29,6 +29,7 @@ jobs:
29
python-version: '${{ matrix.python-version }}'
30
- name: Install dependencies
31
run: |
32
+ pip3 install --upgrade pip3
33
pip3 install -r requirements.txt
34
pip3 install .
35
pip3 install coverage
0 commit comments