Skip to content

Commit ae724d2

Browse files
committed
Fix refreshenv
1 parent 63caef5 commit ae724d2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
mv ../includeFaceSDK ./include
3838
3939
- name: Install Python
40-
run: choco install python${{ matrix.python-versions[0] }} -y
40+
run: |
41+
choco install python${{ matrix.python-versions[0] }} -y
42+
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
43+
refreshenv
4144
4245
- name: Install build
4346
run: python${{ matrix.python-versions[1] }} -m pip install build

0 commit comments

Comments
 (0)