Skip to content

Commit

Permalink
fix: Install packages via requirements (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr_taruraiev committed Jul 2, 2024
1 parent a1068fb commit 83ceee9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
value: 'python:3.8-slim'
- name: EXTRA_COMMANDS
value: |
pip install twine==4.0.1
pip install -r requirements.txt
python setup.py sdist
# Get package version from the get-version task
Expand Down

0 comments on commit 83ceee9

Please sign in to comment.