File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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.
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
You can’t perform that action at this time.
0 commit comments