Commit 3b5b050 1 parent 4da19d5 commit 3b5b050 Copy full SHA for 3b5b050
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
python-version : [3.8, 3.9, "3.10"]
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Setup Python # Set Python version
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
- name : Install dependencies
32
32
- name : Test with pytest
33
33
run : poetry run pytest tests/ --junitxml=junit/test-results-${{ matrix.python-version }}.xml
34
34
- name : Upload pytest test results
35
- uses : actions/upload-artifact@v3
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
name : pytest-results-${{ matrix.python-version }}
38
38
path : junit/test-results-${{ matrix.python-version }}.xml
53
53
matrix :
54
54
python-version : ["3.10"]
55
55
steps :
56
- - uses : actions/checkout@v3
56
+ - uses : actions/checkout@v4
57
57
- name : Setup Python # Set Python version
58
- uses : actions/setup-python@v4
58
+ uses : actions/setup-python@v5
59
59
- name : Install dependencies
60
60
run : |
61
61
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 10
10
matrix :
11
11
python-version : ["3.10"]
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Setup Python # Set Python version
15
- uses : actions/setup-python@v4
15
+ uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ${{ matrix.python-version }}
18
18
- name : Install dependencies
49
49
matrix :
50
50
python-version : ["3.10"]
51
51
steps :
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
with :
54
54
ref : gh-pages
55
55
- name : Fix index.html
You can’t perform that action at this time.
0 commit comments