Skip to content

Commit

Permalink
Add missing dependencies for build
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 16, 2024
1 parent 5699e58 commit a6e09aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
with:
python-version: 3.x

- name: Install pypa and depencies
- name: Install pyp and decencies
run: |
python3 -m pip install --upgrade pip --user
python3 -m pip install setuptools wheel --user
python3 -m pip install --upgrade build --user
python3 -m pip install --upgrade twine --user
python3 -m pip install --upgrade wheel --user
Expand Down

0 comments on commit a6e09aa

Please sign in to comment.