Skip to content

Commit 888b036

Browse files
authored
cleanup/ci: remove setuptools from developer deps in CI
Removing unused developer dependency setuptools since we no longer use it in the backend and instead use Hatch instead.
1 parent 49d71cc commit 888b036

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Install developer dependencies
2323
run: |
24-
python3 -m pip install -U pip setuptools
24+
python3 -m pip install -U pip
2525
python3 -m pip install -U pytest pytest-runner flake8
2626
2727
- name: Install sphinx dependencies
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Install developer dependencies
6767
run: |
68-
python3 -m pip install -U pip setuptools
68+
python3 -m pip install -U pip
6969
python3 -m pip install -U pytest pytest-runner flake8
7070
7171
- name: Install sphinx dependencies
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Install developer dependencies
112112
run: |
113-
python3 -m pip install -U pip setuptools
113+
python3 -m pip install -U pip
114114
python3 -m pip install -U pytest pytest-runner flake8
115115
116116
- name: Install sphinx dependencies

0 commit comments

Comments
 (0)