Skip to content

Commit f821e18

Browse files
Fix python test environment setup. (#844)
* Fix ubuntu version to 22.04 in python test environment setup. * Try using python 3.9, but keeping latest ubuntu version. * Try keeping latest ubunut and python 3.8, but change to newer checkout/setup verions.
1 parent 39fd78f commit f821e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
python-version: ['3.8', '3.10']
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v1
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies

0 commit comments

Comments
 (0)