Skip to content

Commit

Permalink
add pip installs to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IanRFerguson committed Mar 25, 2024
1 parent d333372 commit 54139ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/automated_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ jobs:
uses: actions/setup-python@v3

- name: Run Unit Tests
run: pytest -rf tests/*
run: |
pip install -r requirements.txt
pip install pytest
pytest -rf tests/*

0 comments on commit 54139ae

Please sign in to comment.