Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcroland committed Jan 2, 2024
1 parent b02c737 commit a2d5363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
Invoke-WebRequest -Uri "https://github.com/adang1345/PythonWin7/raw/master/3.12.1/python.3.12.1.nupkg" -OutFile "python.3.12.1.nupkg"
mkdir "C:\custom_python"
nuget --version
nuget install python -Source "python.3.12.1.nupkg" -OuputDirectory "C:\custom_python"
nuget install python -Source "python.3.12.1.nupkg" -OutputDirectory "C:\custom_python"
echo "C:\custom_python" >> $GITHUB_PATH
echo "C:\custom_python\Scripts" >> $GITHUB_PATH
python --version
Expand Down

0 comments on commit a2d5363

Please sign in to comment.