We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff8178 commit e4fb7aaCopy full SHA for e4fb7aa
1 file changed
.github/workflows/workflow.yml
@@ -47,7 +47,7 @@ jobs:
47
set -xe
48
python -VV
49
python -m site
50
- python -m pip install --upgrade pip setuptools wheel
+ python -m pip install --upgrade pip setuptools
51
python -m pip install -r dev-requirements.txt
52
python -m pip install sphinx==${{ matrix.sphinx-version }}
53
- name: Run Tests for ${{ matrix.python-version }}
@@ -67,7 +67,7 @@ jobs:
67
python-version: '3.13'
68
- name: Install Dependencies
69
run: |
70
- python -m pip install --upgrade pip
+ python -m pip install --upgrade setuptools pip
71
pip install -r ./dev-requirements.txt
72
- name: Build PyPI Wheel
73
0 commit comments