Skip to content

Commit

Permalink
ANXOS-390: Add missing build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nezhar committed Nov 5, 2024
1 parent f80fd2b commit 0b8945d
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 0b8945d

Please sign in to comment.