Skip to content

Commit

Permalink
Using specific Python for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Aug 14, 2024
1 parent 10f46d4 commit 2f09796
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"

- name: System Setup
shell: bash
Expand Down

0 comments on commit 2f09796

Please sign in to comment.