Skip to content

Commit

Permalink
try explicitly installing distutils on osx github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlee337 committed Mar 6, 2024
1 parent 32d72a3 commit 988bec8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

- name: Install Python and distutils
uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: python3 -m pip install distutils

- name: Install Node.js and NPM
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 988bec8

Please sign in to comment.