Skip to content

Commit

Permalink
Install Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mgax committed Apr 4, 2024
1 parent 6a48827 commit ba549d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

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

- name: pre-commit
run: |
set -x
Expand Down

0 comments on commit ba549d0

Please sign in to comment.