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 7cf6409 commit 5cf23adCopy full SHA for 5cf23ad
.github/workflows/ci.yml
@@ -25,7 +25,8 @@ jobs:
25
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
26
- name: Install dependencies
27
run: python -m pip install --upgrade pip build
28
-
+ - name: Install package and test deps
29
+ run: python -m pip install -e ".[testing]"
30
- name: Install package and test deps (verbose)
31
run: |
32
python -m pip install --upgrade pip setuptools wheel -v
0 commit comments