Skip to content

Commit

Permalink
test ci: fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed May 8, 2024
1 parent adc4893 commit 38aeaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
os: ["ubuntu-20.04", "ubuntu-22.04"]
include:
- os: ubuntu-22.04
python_version: 3.10
python_version: "3.10"
- os: ubuntu-20.04
python_version: 3.8
python_version: "3.8"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout commit
Expand Down

0 comments on commit 38aeaa0

Please sign in to comment.