Skip to content

Commit

Permalink
Install wheel when releasing core package (#13733)
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle authored May 31, 2024
1 parent b0edc35 commit a7ae33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Install python packages
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip wheel
pip install --upgrade --upgrade-strategy eager -e .[dev]
- name: Build UI
Expand Down

0 comments on commit a7ae33b

Please sign in to comment.