Skip to content

Commit 804604b

Browse files
committed
Add refreshenv
1 parent 446d03e commit 804604b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
mv ../includeFaceSDK ./include
3838
3939
- name: Install Python
40-
run: choco install python${{ matrix.python-versions }} -y
40+
run: |
41+
choco install python${{ matrix.python-versions }} -y
42+
refreshenv
4143
4244
- name: Install build
4345
run: pip install build

0 commit comments

Comments
 (0)