Skip to content

Commit

Permalink
Print sympy version on github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nanglo123 committed Jul 9, 2024
1 parent a36f211 commit bdb924e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
sudo apt-get install graphviz libgraphviz-dev
pip install --upgrade pip setuptools wheel
pip install "tox<4.0.0"
- name: Test with pytest
- name: Get sympy version
run: |
export MIRA_REST_URL=http://34.230.33.149:8771
tox -e py
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 bdb924e

Please sign in to comment.