Skip to content

Commit

Permalink
added requests to dependencies on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdbrown4 committed Aug 30, 2023
1 parent f1d2692 commit bf17202
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
python -m pip install requests
- name: Run Pytest for SpyDrNet
uses: cclauss/GitHub-Action-for-pytest@master
with:
Expand Down

0 comments on commit bf17202

Please sign in to comment.