We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7965b51 commit 311ff09Copy full SHA for 311ff09
.github/workflows/main.yaml
@@ -23,7 +23,7 @@ jobs:
23
architecture: ${{ matrix.architecture }}
24
- name: Cache pip 3.8
25
if: matrix.python-version == 3.8
26
- uses: actions/cache@v5
+ uses: actions/cache@v4
27
with:
28
# This path is specific to Ubuntu
29
path: ~/.cache/pip
@@ -36,7 +36,7 @@ jobs:
36
if: matrix.python-version != 3.8
37
env:
38
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
39
40
41
42
0 commit comments