Skip to content

Commit

Permalink
Work around quirk in YAML parsing
Browse files Browse the repository at this point in the history
Types are defined by the file, not by a schema, no `3.10` is treated as
a float and is equal to `3.1`.
  • Loading branch information
WhyNotHugo committed Aug 29, 2024
1 parent bfcb404 commit 6578042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 6578042

Please sign in to comment.