Skip to content

Commit

Permalink
no need to explicitly install setuptools #7
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlee337 committed Mar 6, 2024
1 parent 25d48ee commit 14c89e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

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

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

0 comments on commit 14c89e2

Please sign in to comment.