Skip to content

Commit

Permalink
Fix deadsnakes action version
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Dec 23, 2024
1 parent 7771e9c commit 162bd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mrml-python-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# Use deadsnakes until https://github.com/actions/setup-python/issues/771 is closed
- name: Setup Python
uses: deadsnakes/action@v3
uses: deadsnakes/action@v3.2.0
with:
python-version: "3.13"
nogil: true
Expand Down

0 comments on commit 162bd2b

Please sign in to comment.