Skip to content

Commit

Permalink
.github/workflows/test.yml: Specify Python version (3.12)
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Langowski <[email protected]>
  • Loading branch information
PLangowski committed Nov 19, 2024
1 parent 84c53bf commit cb9dbdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/setup-python@v5
with:
cache: 'pip'
python-version: '3.12'
- name: Install requirements
shell: bash
run: |
Expand Down

0 comments on commit cb9dbdd

Please sign in to comment.