diff --git a/.github/workflows/linuxWF.yml b/.github/workflows/linuxWF.yml index 12309918bd..45d4854b49 100644 --- a/.github/workflows/linuxWF.yml +++ b/.github/workflows/linuxWF.yml @@ -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 @@ -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 @@ -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