Skip to content

Commit

Permalink
TEMP: Install wheel package.
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 6, 2024
1 parent dbe468c commit bec56f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
# https://github.com/pypa/setuptools/blob/main/CHANGES.rst#v6400
pip install "setuptools>=64" --upgrade
# Install `wheel` package.
pip install wheel
# Install package in editable mode.
pip install --use-pep517 --prefer-binary --no-build-isolation --editable=.[develop,docs,test]
Expand Down

0 comments on commit bec56f4

Please sign in to comment.