Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Sep 11, 2024
1 parent bf3325c commit 053b3e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
#wrench-daemon &
docker run -p 8101:8101 wrenchproject/wrench:unstable wrench-daemon &
echo "PID=$!" >> $GITHUB_ENV
- name: Install the wrench Python API
run: |
pip install .
- name: Run all tests
run: |
cd tests
Expand Down

0 comments on commit 053b3e6

Please sign in to comment.