Skip to content

Commit

Permalink
add colorama package to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Nov 22, 2023
1 parent 299a2ac commit 808845a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
pip install matplotlib
pip install scipy
pip install pytest
pip install colorama
sudo apt-get install libopenmpi-dev
pip install mpi4py
pip list
Expand All @@ -34,6 +35,7 @@ jobs:
# cd ..
- name: Run Unit Tests
run: |
pytest
cd test/regression
python run.py
python run.py --mode=numba
Expand Down

0 comments on commit 808845a

Please sign in to comment.