Skip to content

Commit

Permalink
chore: fix python dep install
Browse files Browse the repository at this point in the history
  • Loading branch information
WitoDelnat committed May 16, 2024
1 parent 9b77f0b commit 95de72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monokle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools
run: python3 -m pip install setuptools --break-system-packages

# Install Dependencies
- name: Install Dependencies
Expand Down

0 comments on commit 95de72d

Please sign in to comment.