Skip to content

Commit

Permalink
Merge pull request #205 from camptocamp/fix-rebuild
Browse files Browse the repository at this point in the history
Add missing pre install command in rebuild
  • Loading branch information
sbrunner authored Jul 12, 2021
2 parents 1ac4980 + 976d4a8 commit 41dba09
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 41dba09

Please sign in to comment.