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 755b400 commit b7fba62Copy full SHA for b7fba62
.github/workflows/Tests.yml
@@ -497,7 +497,7 @@ jobs:
497
python-version: ${{ matrix.python-version }}
498
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
499
run: |
500
- pip install --upgrade "pip>=22.0" "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1" "pip-audit>=2.7.3" "pip-licenses>=5.0.0";
+ pip install --upgrade "pip>=22.0" "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1" "pip-licenses>=5.0.0";
501
pip install -r ./requirements.txt ;
502
pip install -r ./tests/requirements.txt || true ;
503
pip install --upgrade -r ./docs/requirements.txt || true ;
0 commit comments