File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 23
23
architecture : ${{ matrix.architecture }}
24
24
- name : Cache pip 3.8
25
25
if : matrix.python-version == 3.8
26
- uses : actions/cache@v4
26
+ uses : actions/cache@v5
27
27
with :
28
28
# This path is specific to Ubuntu
29
29
path : ~/.cache/pip
34
34
${{ runner.os }}-
35
35
- name : Cache pip
36
36
if : matrix.python-version != 3.8
37
- uses : actions/cache@v4
37
+ env :
38
+ PYO3_USE_ABI3_FORWARD_COMPATIBILITY : " 1"
39
+ uses : actions/cache@v5
38
40
with :
39
41
# This path is specific to Ubuntu
40
42
path : ~/.cache/pip
48
50
run : |
49
51
# workaround for 3.13, SEE: https://github.com/pypa/setuptools/issues/3661#issuecomment-1813845177
50
52
pip install --upgrade setuptools
51
- pip install maturin
52
53
- name : Install dependencies
53
54
if : matrix.python-version > 3.9
54
55
run : pip install -r requirements-dev.txt
You can’t perform that action at this time.
0 commit comments