Skip to content

Commit 8160520

Browse files
committed
CI: Upgrade setuptools, limit installs to test extra
1 parent 224f4be commit 8160520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
2828
run: |
29-
python -m pip install --upgrade pip
30-
pip install .[dev]
29+
python -m pip install --upgrade pip setuptools
30+
pip install .[test]
3131
- name: Test with pytest
3232
run: |
3333
pytest pydra_ml/tests/test_classifier.py

0 commit comments

Comments
 (0)