Skip to content

Commit

Permalink
Test using higher version of 3.8 (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
kome12 authored Oct 16, 2024
1 parent b9be389 commit 3993ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-python@v2
with:
python-version: "3.8.12"
python-version: "3.8.18"
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/setup-python@v2
with:
python-version: "3.8.12"
python-version: "3.8.18"
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
Expand Down

0 comments on commit 3993ee8

Please sign in to comment.