Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsp4jack committed Jul 12, 2024
1 parent 37c4d40 commit 12def0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/check-loser-homework/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
if: inputs.use-ninja == 'true'
- uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.12.4'
# https://github.com/actions/setup-python/issues/719
# cache: 'pip'
- run: python3 -m pip install -r requirements.txt
Expand Down

0 comments on commit 12def0c

Please sign in to comment.