Skip to content

Commit

Permalink
Update and rename python-app.yml to unit_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfan1997 authored Dec 5, 2024
1 parent 75fddd0 commit f2eef61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install .
- name: run main metrics class
run: |
python tests/main.py

0 comments on commit f2eef61

Please sign in to comment.