Skip to content

Commit

Permalink
Prevent the use Python 3.12 due ElementTree API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-eves committed Nov 23, 2023
1 parent 67852da commit 372c7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.10'
- run: pip install 'git+https://github.com/silnrsi/sldrtools'
- uses: actions/checkout@v3

Expand Down

0 comments on commit 372c7ef

Please sign in to comment.