Skip to content

Commit

Permalink
github-actions: add install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Dec 2, 2023
1 parent 522a79a commit a8731c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Upgrade pip
run: pip install --upgrade pip

- name: Install setuptools
run: pip install setuptools

- name: Install lib
run: python setup.py develop --user

Expand Down

0 comments on commit a8731c4

Please sign in to comment.