Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Commit 732a9af

Browse files
authored
update setup-python on ci
1 parent 38d6520 commit 732a9af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_and_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
strategy:
2323
matrix:
2424
os : [ubuntu-20.04, windows-2019]
25-
python: [3.10.9]
25+
python: ['3.10']
2626
env:
2727
DISPLAY: ':99.0'
2828
steps:
2929
- name: get repo
3030
uses: actions/checkout@v1
3131
- name: Set up Python
32-
uses: actions/setup-python@v1
32+
uses: actions/setup-python@v4
3333
with:
3434
python-version: ${{matrix.python}}
3535
- name: setup linux

0 commit comments

Comments
 (0)