Skip to content

Commit

Permalink
Add setuptools from build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Jan 16, 2024
1 parent 2b961db commit 0597481
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 @@ -22,6 +22,8 @@ jobs:
python-version: ${{ inputs.python_version }}
- name: Install test requirements
run: pip install -r requirements.txt
- name: Install setuptools
run: pip install setuptools
- name: Install the package
run: python setup.py develop
- name: Run Tests
Expand Down

0 comments on commit 0597481

Please sign in to comment.