Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/bigcode-project/open-eval i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
terryyz committed Apr 13, 2024
2 parents 61ebfbb + 36f1b83 commit d48f125
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ jobs:
flake8 data/clean/*.py --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Test with pytest
run: |
pytest --doctest-modules data/clean/*_w_doc.py
pytest data/clean/*_wo_doc.py
# pytest --doctest-modules data/clean/*_w_doc.py
# pytest data/clean/*_wo_doc.py
pytest data/clean/*.py

0 comments on commit d48f125

Please sign in to comment.