File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 60
60
steps :
61
61
- uses : actions/checkout@v4
62
62
- name : Setup python
63
- uses : actions/setup-python@v4
63
+ uses : actions/setup-python@v5
64
64
with :
65
65
python-version : ${{ matrix.python-version }}
66
66
architecture : ${{ matrix.architecture }}
@@ -106,7 +106,7 @@ jobs:
106
106
steps :
107
107
- uses : actions/checkout@v4
108
108
- name : Setup python
109
- uses : actions/setup-python@v4
109
+ uses : actions/setup-python@v5
110
110
with :
111
111
python-version : ' 3.10'
112
112
- run : python -m pip install --upgrade tox
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- name : Set up Python 3.9
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : 3.9
20
20
- name : Install setuptools and wheel
41
41
steps :
42
42
- uses : actions/checkout@v4
43
43
- name : Set up Python 3.9
44
- uses : actions/setup-python@v4
44
+ uses : actions/setup-python@v5
45
45
with :
46
46
python-version : 3.9
47
47
- name : Set up Julia
60
60
package : ['julia==0.6.2']
61
61
steps :
62
62
- name : Set up Python 3.9
63
- uses : actions/setup-python@v4
63
+ uses : actions/setup-python@v5
64
64
with :
65
65
python-version : 3.9
66
66
- name : Install setuptools and wheel
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
- name : Setup python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
- run : python -m pip install --upgrade tox
19
19
- run : python -m tox -- --no-julia -k test__using_default_setup
20
20
env :
You can’t perform that action at this time.
0 commit comments