Skip to content

Commit 9506003

Browse files
[REGRESSION] Possible fix for check_pip 3 (- PR #161 -)
### ChangeLog: Changes in file .github/workflows/Tests.yml: jobs: ### ChangeLog: Changes in file .github/workflows/Tests.yml: jobs:
1 parent 3727923 commit 9506003

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/Tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,6 @@ jobs:
504504
- name: Pre-Clean
505505
id: clean-prep
506506
run: make -j1 -f Makefile clean ;
507-
- name: Pre-build for Python ${{ matrix.python-version }} on ${{ matrix.os }}
508-
run: make -j1 -f Makefile build ;
509-
if: ${{ success() }}
510507
- name: Test Dependencies with py${{ matrix.python-version }} on ${{ matrix.os }}
511508
run: |
512509
hash -p ./.github/tool_shlock_helper.sh shlock ; export TMPDIR=./ ;
@@ -568,7 +565,6 @@ jobs:
568565
pip install --upgrade "pip>=22.0" "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
569566
pip install -r ./requirements.txt ;
570567
pip install -r ./tests/requirements.txt || true ;
571-
pip install --upgrade -r ./docs/requirements.txt || true ;
572568
- name: Pre-Clean
573569
id: clean-prep
574570
run: make -j1 -f Makefile clean ;

0 commit comments

Comments
 (0)