Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Wieczorek committed Jan 19, 2024
1 parent 88ec8ce commit 8a55cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install virtualenv
pip install jupyter
pip install twine
source multibuild/common_utils.sh
source multibuild/travis_steps.sh
before_install
pip install jupyter
build_index_wheel $PROJECT_SPEC # download source from pypi
# build_wheel $REPO_DIR $PLAT # versioneer does not work with submodules
install_run $PLAT
Expand Down

0 comments on commit 8a55cd5

Please sign in to comment.