Skip to content

Commit

Permalink
update CI python ver.
Browse files Browse the repository at this point in the history
  • Loading branch information
akiFQC committed Aug 5, 2024
1 parent c0ef36c commit 9d30622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run-tests:
runs-on: ubuntu-latest
env:
PYTHON_VERSION: "3.9"
PYTHON_VERSION: "3.10"
NO_CACHE: ${{ github.event.inputs.no-cache || 'false' }}
steps:
- name: Checkout
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
lint_check:
runs-on: ubuntu-latest
env:
PYTHON_VERSION: "3.9"
PYTHON_VERSION: "3.10"
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9d30622

Please sign in to comment.