Skip to content

Commit 5cf23ad

Browse files
committed
3.14
1 parent 7cf6409 commit 5cf23ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
2626
- name: Install dependencies
2727
run: python -m pip install --upgrade pip build
28-
28+
- name: Install package and test deps
29+
run: python -m pip install -e ".[testing]"
2930
- name: Install package and test deps (verbose)
3031
run: |
3132
python -m pip install --upgrade pip setuptools wheel -v

0 commit comments

Comments
 (0)