Skip to content

Commit

Permalink
going thru the actions yml trials womp
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbhagatio committed Mar 7, 2024
1 parent 246ad77 commit 0debfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_env_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python -m venv env
source env/bin/activate
python -m pip install -e .
python -m pytest -n auto --cov=nanogpt --cov-report=xml
python -m pytest --cov=nanogpt --cov-report=xml
- name: Upload test coverage report to codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 0debfba

Please sign in to comment.