From 2d4145e619d874b80156b0a2bdc50910dc5b06ec Mon Sep 17 00:00:00 2001 From: xqy2006 <48169260+xqy2006@users.noreply.github.com> Date: Thu, 2 Jan 2025 00:49:29 +0800 Subject: [PATCH] Update judge.yml --- .github/workflows/judge.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/judge.yml b/.github/workflows/judge.yml index 33e428c..8c4521d 100644 --- a/.github/workflows/judge.yml +++ b/.github/workflows/judge.yml @@ -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: |