We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6293db commit 69ef6b4Copy full SHA for 69ef6b4
.github/workflows/push.yaml
@@ -48,7 +48,7 @@ jobs:
48
python-version: ${{ matrix.python-version }}
49
- name: Install package with dependencies
50
run: |
51
- python -m pip install --upgrade pip setuptools wheel
+ python -m pip install --upgrade pip setuptools==68.0.0 wheel
52
pip install .[tests]
53
- name: Test with pytest
54
@@ -118,7 +118,7 @@ jobs:
118
- name: Install package with latest dependencies
119
120
python probeye/_setup_cfg.py
121
122
123
124
0 commit comments