Skip to content

Commit

Permalink
try refresh env
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Apr 19, 2024
1 parent 92d4324 commit c189ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ runs:
run: |
choco install python312 --override --installargs='/quiet Include_debug=1 InstallAllUsers=1 PrependPath=1 TargetDir=C:\Python3' -y --no-progress
echo "PythonHome=C:\Python3" >> $env:GITHUB_ENV
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
shell: powershell
if: runner.os == 'Windows'

Expand Down

0 comments on commit c189ad8

Please sign in to comment.