Skip to content

Commit

Permalink
Merge pull request #3 from anexia/build_dependencies
Browse files Browse the repository at this point in the history
ANXOS-390: Add missing build dependencies
  • Loading branch information
nezhar authored Nov 5, 2024
2 parents f80fd2b + 0b8945d commit 9ea0d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install dependencies and package
run: |
pip install -U pip
pip install setuptools wheel twine
pip install -r requirements.txt
- name: Build source and binary distribution package
Expand Down

0 comments on commit 9ea0d14

Please sign in to comment.