Skip to content

Commit 19888ff

Browse files
committed
Test Python 3.8; upgrade CI actions
1 parent 65a7110 commit 19888ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests_quick.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v4
17-
- name: Set up Python 3.6
18-
uses: actions/setup-python@v4
17+
- name: Set up Python 3.8
18+
uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.6
20+
python-version: 3.8
2121

2222
- name: Install dependencies
2323
run: pip install wheel setuptools
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v4
4141
- name: Set up Python 3.8
42-
uses: actions/setup-python@v4
42+
uses: actions/setup-python@v5
4343
with:
4444
python-version: 3.8
4545

@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v4
6767
- name: Set up Python 3.8
68-
uses: actions/setup-python@v4
68+
uses: actions/setup-python@v5
6969
with:
7070
python-version: 3.8
7171

0 commit comments

Comments
 (0)