Skip to content

Commit

Permalink
Update unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KateSakharova authored Nov 8, 2024
1 parent aa7a9ab commit a12c79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements-test.txt
pip install --upgrade pandas==1.4.0
pip install --upgrade numpy pandas
- name: Unit tests
run: |
# TODO, improve the pythonpath handling
export PYTHONPATH="$PYTHONPATH:bin"
python -m unittest discover tests
python -m unittest discover tests

0 comments on commit a12c79e

Please sign in to comment.