Skip to content

Commit 3de7827

Browse files
Trying to fix the GitHub actions bug.
1 parent 030c95a commit 3de7827

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- uses: actions/checkout@v4
4040

4141
- uses: actions/setup-python@v5
42+
env:
43+
PIP_DISABLE_PIP_VERSION_CHECK: 1
4244
with:
4345
# This allows the matrix to specify just the major.minor version while still
4446
# expanding it to get the latest patch version including alpha releases.
@@ -53,6 +55,7 @@ jobs:
5355

5456
- name: Setup environment
5557
run: |
58+
python -m pip install --upgrade pip
5659
python -m pip install build
5760
5861
- name: Build sdist and wheel
@@ -133,6 +136,7 @@ jobs:
133136
python --version --version
134137
# make sure we test the installed code
135138
cp -R repo/tests/ tests/
139+
python -m pip install --upgrade pip
136140
python -m pip install -r tests/requirements.txt
137141
python -m pip install ./dist/*.whl
138142
# show the directory contents for diagnostics

0 commit comments

Comments
 (0)