Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added missing test env deps.
  • Loading branch information
BryanRumsey committed Mar 15, 2022
commit cc0b3c6da2a2f0ca80e5b26375bd65be6dedb012
2 changes: 2 additions & 0 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 -m pip install coverage
python3 -m pip install nbformat
python3 -m pip install nbconvert

- name: Run tests
run: coverage run test/run_unit_tests.py