Skip to content

Commit

Permalink
ci: consistent python package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamScience committed Nov 10, 2024
1 parent 484f6ae commit ee411e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.12'
- run: pip install distutils setuptools
- run: pip3 install distutils setuptools
env:
PYTHON: '${{ steps.py.outputs.python-path }}'
- run: npm install
env:
NODE_GYP_FORCE_PYTHON: '${{ steps.py.outputs.python-path }}'
Expand Down

0 comments on commit ee411e7

Please sign in to comment.