Skip to content

Commit b3d4243

Browse files
authored
Update testing.yml
1 parent 7fd1605 commit b3d4243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install --quiet -r requirements.txt -r requirements-ci.txt
29+
pip install --quiet -r requirements/requirements-ubuntu-latest_py${{ matrix.python-version }}_extras.txt
3030
pip install -e .
3131
- name: pytest
3232
run: |

0 commit comments

Comments
 (0)