We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0722dd commit ff30162Copy full SHA for ff30162
.github/workflows/build.yml
@@ -50,7 +50,6 @@ jobs:
50
uses: actions/setup-python@v5
51
with:
52
python-version: "3.12"
53
- cache: "pip"
54
55
- name: Setup python packages
56
if: ${{ inputs.skip_cache || steps.cache-build.outputs.cache-hit != 'true' }}
.github/workflows/release.yml
@@ -19,7 +19,6 @@ jobs:
19
20
21
22
23
24
25
run: |
@@ -69,7 +68,6 @@ jobs:
69
68
70
71
72
73
74
75
0 commit comments