Skip to content

Commit

Permalink
build: ensure build installed
Browse files Browse the repository at this point in the history
  • Loading branch information
necusjz committed Dec 10, 2023
1 parent 7e7e7a4 commit b01c8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-venv/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
- shell: bash
run: |
# Install prerequisites.
pip install --upgrade pip wheel virtualenv
pip install --upgrade pip wheel virtualenv build
- shell: bash
run: |
Expand Down

0 comments on commit b01c8a7

Please sign in to comment.