Skip to content

Commit

Permalink
Fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Sep 19, 2024
1 parent 2cc6132 commit aeec9bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
# WIThOUT DOCKER
#pip install .
# END WITHOUT DOCKER
docker exec --workdir /home/wrench/ wrench-daemon-container sudo pip install .
docker exec --workdir /home/wrench/ wrench-daemon-container sudo python3 -m build
docker exec --workdir /home/wrench/ wrench-daemon-container sudo python3 -m pip install ./dist/wrench-*.whl
- name: Run all tests
run: |
# WITHOUT DOCKER
Expand Down

0 comments on commit aeec9bd

Please sign in to comment.