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 aeec9bd commit c446fb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ jobs:
# WIThOUT DOCKER
#pip install .
# END WITHOUT DOCKER
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
docker exec --workdir /home/wrench/ wrench-daemon-container python3 -m pip install build
docker exec --workdir /home/wrench/ wrench-daemon-container python3 -m build
docker exec --workdir /home/wrench/ wrench-daemon-container python3 -m pip install ./dist/wrench-*.whl
- name: Run all tests
run: |
# WITHOUT DOCKER
Expand Down

0 comments on commit c446fb3

Please sign in to comment.