Skip to content

Commit ff30162

Browse files
committed
fix: missing requirements
1 parent b0722dd commit ff30162

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
uses: actions/setup-python@v5
5151
with:
5252
python-version: "3.12"
53-
cache: "pip"
5453

5554
- name: Setup python packages
5655
if: ${{ inputs.skip_cache || steps.cache-build.outputs.cache-hit != 'true' }}

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.12"
22-
cache: "pip"
2322

2423
- name: Setup python packages
2524
run: |
@@ -69,7 +68,6 @@ jobs:
6968
uses: actions/setup-python@v5
7069
with:
7170
python-version: "3.12"
72-
cache: "pip"
7371

7472
- name: Setup python packages
7573
run: |

0 commit comments

Comments
 (0)