Skip to content

Commit

Permalink
fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed May 6, 2024
1 parent 98b08ea commit f47a484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/python-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
run: |
python -m pip cache purge
python -m pip install --upgrade pip
python -m pip install .
python -m pip install ".[dev]"
shell: bash
- name: Compile our extensions locally to allow for testing
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/upload-wheel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ runs:
shell: bash
- name: build wheel
run: |
python -m pip cache purge
python -m pip install --upgrade pip
python -m pip install ".[dev]"
python -m pip install build wheel
python -m build .
shell: bash
Expand Down

0 comments on commit f47a484

Please sign in to comment.