Skip to content

Commit 87dd76b

Browse files
committed
Install looseversion & packaging on Windows
1 parent c72d7a9 commit 87dd76b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-native-action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ jobs:
298298
run: |
299299
pip3 install nox
300300
301+
- name: Install Dependencies
302+
run: |
303+
pip3 install looseversion packaging
304+
301305
- name: Fetch Native Build
302306
if: ${{ matrix.arch != 'amd64' }}
303307
env:

0 commit comments

Comments
 (0)