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 04b22c7 commit 37c4d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.12'
python-version: '3.13'
# https://github.com/actions/setup-python/issues/719
# cache: 'pip'
- run: python3 -m pip install -r requirements.txt
Expand Down Expand Up @@ -58,4 +58,4 @@ runs:
- name: Check run with Ninja
if: inputs.use-ninja == 'true'
run: ninja -C ${{ inputs.build-path }} run_loser_homework
shell: ${{ inputs.shell }}
shell: ${{ inputs.shell }}

0 comments on commit 37c4d40

Please sign in to comment.