Skip to content

Commit

Permalink
Update judge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xqy2006 authored Jan 1, 2025
1 parent ec87952 commit 2d4145e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/judge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
distribution: 'temurin'
java-version: '11'

- name: Configure Python Commands
run: |
New-Item -ItemType SymbolicLink -Path "C:\Python39\python.exe" -Target "C:\Python39\python3.exe" -Force
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\Python39", "Machine")
shell: powershell

- name: Install dependencies
run: |
Expand Down

0 comments on commit 2d4145e

Please sign in to comment.