Skip to content

Commit

Permalink
Fix build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Dec 5, 2024
1 parent 018a618 commit 4af7d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-python@v2
- name: Build
run: |
pip install wheel
pip install setuptools wheel
./setup.py bdist_wheel
- name: Upload build wheel
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4af7d22

Please sign in to comment.