Skip to content

Commit

Permalink
Add missing requirement to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joserc87 committed Nov 2, 2023
1 parent 932d22f commit 5819ca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
# Pip dependencies
python -m pip install --upgrade pip
pip install build
pip install -r requirements.txt
- name: Build Pip package
run: |
python setup.py sdist
Expand Down

0 comments on commit 5819ca5

Please sign in to comment.