We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9591d30 commit 9192d2cCopy full SHA for 9192d2c
.github/workflows/consistency-checks.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
python-version: ${{ matrix.python-version }}
21
- name: Ensure setuptools is installed
22
- run: python -m pip install --upgrade pip setuptools>70.0.0 wheel
+ run: python -m pip install --upgrade pip setuptools>=70.0.0 wheel
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
0 commit comments