Skip to content

Commit

Permalink
Moved setuptools install to separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
vrza committed May 6, 2024
1 parent 22e3297 commit 6b8fdc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v5

- name: Install setupools
run: pip install setuptools

- name: Setup Node.js ${{ matrix.node }}
Expand Down

0 comments on commit 6b8fdc9

Please sign in to comment.