Skip to content

Commit 843c394

Browse files
Remove unnecessary packages from testing workflow
1 parent ab5f4f8 commit 843c394

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
3333
- name: Install dependencies
3434
run: |
35-
python -m pip install --upgrade pip
36-
python -m pip install --upgrade wheel setuptools
37-
python -m pip install .[test]
35+
pip install .[test]
3836
3937
- name: Run unit tests
4038
shell: bash

0 commit comments

Comments
 (0)