Skip to content

Commit 44907c2

Browse files
akamat10jacobtylerwalls
authored andcommitted
Remove setuptools dependency from ci
1 parent b4ac0e2 commit 44907c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: |
118118
python -m venv venv
119119
. venv/bin/activate
120-
python -m pip install -U pip setuptools wheel
120+
python -m pip install -U pip wheel
121121
pip install -U -r requirements_full.txt
122122
pip install -e .
123123
- name: Run pytest

0 commit comments

Comments
 (0)