Skip to content

Commit

Permalink
Setup python requires semver
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Jul 30, 2024
1 parent b89da10 commit fa3938f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# Use python 3.12
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.12.4'

- name: Rust installation
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit fa3938f

Please sign in to comment.