Skip to content

Commit b7fba62

Browse files
updated export for check_pip
### ChangeLog: Changes in file .github/workflows/Tests.yml: jobs:
1 parent 755b400 commit b7fba62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ jobs:
497497
python-version: ${{ matrix.python-version }}
498498
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
499499
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";
500+
pip install --upgrade "pip>=22.0" "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1" "pip-licenses>=5.0.0";
501501
pip install -r ./requirements.txt ;
502502
pip install -r ./tests/requirements.txt || true ;
503503
pip install --upgrade -r ./docs/requirements.txt || true ;

0 commit comments

Comments
 (0)