Skip to content

Commit

Permalink
test III(2) on the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Nov 30, 2023
1 parent 6991d56 commit 5e3e8a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linuxWF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: 3.9
cache: pip #this will save some time in getting the requirements
cache-dependency-path: ./python/requirements
cache-dependency-path: ./python/requirements.txt
- name: Install python packages needed for tests
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -62,6 +62,7 @@ jobs:
with:
python-version: 3.9
cache: pip #this will save some time in getting the requirements
cache-dependency-path: ./python/requirements.txt
- name: Set paths
run: |
echo "$HOME/opt/bin" >> $GITHUB_PATH
Expand Down Expand Up @@ -242,6 +243,7 @@ jobs:
with:
python-version: 3.9
cache: pip #this will save some time in getting the requirements
cache-dependency-path: ./python/requirements.txt
- name: Set paths
run: |
echo "$HOME/opt/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 5e3e8a6

Please sign in to comment.