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 c446fb3 commit 2f874bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
# WIThOUT DOCKER
#pip install .
# END WITHOUT DOCKER
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
docker exec --workdir /home/wrench/ wrench-daemon-container sudo python3 -m pip install build
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 2f874bf

Please sign in to comment.