Skip to content

Commit

Permalink
Add tox command to github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nanglo123 committed Jul 9, 2024
1 parent bdb924e commit 14e54f5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:
sudo apt-get install graphviz libgraphviz-dev
pip install --upgrade pip setuptools wheel
pip install "tox<4.0.0"
- name: Test with pytest
run: |
export MIRA_REST_URL=http://34.230.33.149:8771
tox -e py
- name: Get sympy version
run: |
pip show sympy
# - name: Test with pytest
# run: |
# export MIRA_REST_URL=http://34.230.33.149:8771
# tox -e py
# - name: Upload coverage report to codecov
# uses: codecov/codecov-action@v1
# if: success()
Expand Down

0 comments on commit 14e54f5

Please sign in to comment.