Skip to content

Commit 69ef6b4

Browse files
Update setuptools version
1 parent e6293db commit 69ef6b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949
- name: Install package with dependencies
5050
run: |
51-
python -m pip install --upgrade pip setuptools wheel
51+
python -m pip install --upgrade pip setuptools==68.0.0 wheel
5252
pip install .[tests]
5353
- name: Test with pytest
5454
run: |
@@ -118,7 +118,7 @@ jobs:
118118
- name: Install package with latest dependencies
119119
run: |
120120
python probeye/_setup_cfg.py
121-
python -m pip install --upgrade pip setuptools wheel
121+
python -m pip install --upgrade pip setuptools==68.0.0 wheel
122122
pip install .[tests]
123123
- name: Test with pytest
124124
run: |

0 commit comments

Comments
 (0)