Skip to content

Commit

Permalink
Add missing pre install command
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 12, 2021
1 parent 1ac4980 commit 976d4a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
patterns: pypi docker

- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- run: cd c2cciutils; npm install
- run: python3 ./setup.py egg_info --no-date bdist_wheel
- run: python3 -m pip install --user --force-reinstall dist/*.whl
- run: rm -rf dist build
Expand Down

0 comments on commit 976d4a8

Please sign in to comment.