Skip to content

Commit

Permalink
Update push_event_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored Jun 13, 2024
1 parent 62a72a8 commit 03a179f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_event_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- name : Checkout code
uses : actions/checkout@v2

- name : Install Packages
run : pip install unittest
#- name : Install Packages
# run : pip install unittest

- name : Run tests
run : python -m unittest tests/integration/test-solvers.py

0 comments on commit 03a179f

Please sign in to comment.