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 7b60669 commit d6ec64dCopy full SHA for d6ec64d
.github/workflows/ci-tests-drafts.yaml
@@ -22,7 +22,7 @@ jobs:
22
python-version: ${{ matrix.python }}
23
- name: Install dependencies
24
run: |
25
- python --version
+ python -m pip install --upgrade pip
26
pip install -e .
27
pip install -e .[test]
28
pip install pytest pytest-cov
.github/workflows/ci-tests.yaml
@@ -28,6 +28,7 @@ jobs:
29
30
python --version
31
32
33
34
0 commit comments