We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63caef5 commit ae724d2Copy full SHA for ae724d2
1 file changed
.github/workflows/build.yml
@@ -37,7 +37,10 @@ jobs:
37
mv ../includeFaceSDK ./include
38
39
- name: Install Python
40
- run: choco install python${{ matrix.python-versions[0] }} -y
+ run: |
41
+ choco install python${{ matrix.python-versions[0] }} -y
42
+ Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
43
+ refreshenv
44
45
- name: Install build
46
run: python${{ matrix.python-versions[1] }} -m pip install build
0 commit comments