Skip to content

Commit 5e32006

Browse files
committed
Move packaging requirements to the CI_REQUIREMENTS.txt
1 parent cb48f44 commit 5e32006

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
run: |
165165
python -m pip install --upgrade pip wheel
166166
pip install --upgrade -r CI_REQUIREMENTS.txt
167-
pip install --upgrade Cython build "setuptools_scm[toml]>=6.2"
167+
pip install --upgrade Cython build
168168
pip install --upgrade -r pytest_requirements.txt
169169
- name: Build package and install
170170
run: |
@@ -197,7 +197,7 @@ jobs:
197197
run: |
198198
python -m pip install --upgrade pip wheel
199199
pip install --upgrade -r CI_REQUIREMENTS.txt
200-
pip install --upgrade Cython build "setuptools_scm[toml]>=6.2"
200+
pip install --upgrade Cython build
201201
pip install --upgrade -r pytest_requirements.txt
202202
- name: Build package and install
203203
run: |

CI_REQUIREMENTS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
-r requirements.txt
2+
setuptools>=61.0.0
3+
setuptools_scm[toml]>=6.2
4+
wheel

0 commit comments

Comments
 (0)