Skip to content

Commit

Permalink
The version of Python needs to be a string to separate 3.1 from 3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Finnie committed Aug 5, 2024
1 parent 3089346 commit e200345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

# set up pygom
- name: Build and install pygom
Expand Down

0 comments on commit e200345

Please sign in to comment.