Skip to content

Commit

Permalink
trying to fix workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdbrown4 committed Nov 7, 2023
1 parent 59de213 commit 4598f0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install requests networkx pytest
cd ~/
git clone https://github.com/byuccl/spydrnet.git
cd spydrnet
git checkout next_release
pip install -e spydrnet
cd ~/spydrnet-tmr
- name: Run Pytest for SpyDrNet-TMR
run: |
y | pytest -v -s

0 comments on commit 4598f0c

Please sign in to comment.