Skip to content

Commit

Permalink
Use Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng authored Aug 15, 2024
1 parent b9f4ed5 commit 810be73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Install poetry
run: |
pipx install --python python3.12 poetry
pipx install poetry
- name: Check lock file consistency
run: |
Expand Down

0 comments on commit 810be73

Please sign in to comment.