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

Commit

Permalink
update setup-python on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jgirardet authored Feb 18, 2023
1 parent 38d6520 commit 732a9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
strategy:
matrix:
os : [ubuntu-20.04, windows-2019]
python: [3.10.9]
python: ['3.10']
env:
DISPLAY: ':99.0'
steps:
- name: get repo
uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{matrix.python}}
- name: setup linux
Expand Down

0 comments on commit 732a9af

Please sign in to comment.