Skip to content

Commit

Permalink
updated github workflow file to include installing requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdbrown4 committed Nov 7, 2023
1 parent 072b7b6 commit dc05429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
python -m pip install spydrnet networkx pytest
python -m pip install requests spydrnet networkx pytest
- name: Run Pytest for SpyDrNet-TMR
run: |
pytest -v

0 comments on commit dc05429

Please sign in to comment.