Skip to content

Commit

Permalink
don't cache if we don't install
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Dec 27, 2023
1 parent 2a42b2d commit 59e06d3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-ifdefs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: "pip"

- name: Run check-ifdefs
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check-makefiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: "pip"

- name: Run check-ifdefs
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check-params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: "pip"

- name: Run check-params
run: |
Expand Down

0 comments on commit 59e06d3

Please sign in to comment.