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 20dc96b commit 59de213
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
python -m pip install requests spydrnet networkx pytest
python -m pip install requests networkx pytest
git clone https://github.com/byuccl/spydrnet.git
cd spydrnet
git checkout next_release
pip install -e spydrnet
- name: Run Pytest for SpyDrNet-TMR
run: |
y | pytest -v -s

0 comments on commit 59de213

Please sign in to comment.