Skip to content

Commit

Permalink
Add build to build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrosenthal committed Feb 13, 2024
1 parent 83ae6c3 commit 19077e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
with:
python-version: 3.11
- name: "Install build dependencies"
run: pip install --upgrade wheel setuptools
run: pip install --upgrade build wheel setuptools
- name: "Build"
run: python -m build
- name: "Upload Artifacts"
Expand Down

0 comments on commit 19077e5

Please sign in to comment.