File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 59
59
jl${{ matrix.julia-version }}
60
60
${{ matrix.os }} ${{ matrix.architecture }}
61
61
steps :
62
- - uses : actions/checkout@v1
62
+ - uses : actions/checkout@v4
63
63
- name : Setup python
64
- uses : actions/setup-python@v1
64
+ uses : actions/setup-python@v4
65
65
with :
66
66
python-version : ${{ matrix.python-version }}
67
67
architecture : ${{ matrix.architecture }}
99
99
fail-fast : false
100
100
name : Check ${{ matrix.toxenv }}
101
101
steps :
102
- - uses : actions/checkout@v2
102
+ - uses : actions/checkout@v4
103
103
- name : Setup python
104
- uses : actions/setup-python@v1
104
+ uses : actions/setup-python@v4
105
105
with :
106
106
python-version : ' 3.10'
107
107
- 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@v1
17
+ uses : actions/setup-python@v4
18
18
with :
19
19
python-version : 3.9
20
20
- name : Install setuptools and wheel
39
39
needs : publish-to-testpypi
40
40
runs-on : ubuntu-20.04
41
41
steps :
42
- - uses : actions/checkout@v2
42
+ - uses : actions/checkout@v4
43
43
- name : Set up Python 3.9
44
- uses : actions/setup-python@v1
44
+ uses : actions/setup-python@v4
45
45
with :
46
46
python-version : 3.9
47
47
- name : Set up Julia
60
60
package : ['julia==0.6.1']
61
61
steps :
62
62
- name : Set up Python 3.9
63
- uses : actions/setup-python@v1
63
+ uses : actions/setup-python@v4
64
64
with :
65
65
python-version : 3.9
66
66
- name : Download from TestPyPI
Original file line number Diff line number Diff line change 12
12
test__using_default_setup :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
- name : Setup python
17
- uses : actions/setup-python@v1
17
+ uses : actions/setup-python@v4
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