Skip to content

Commit

Permalink
ci: try to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Nov 19, 2019
1 parent 0b7f8b6 commit ddb2947
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
which pip
pip install --upgrade pip setuptools
pip freeze
pip install -r requirements.txt
pip freeze
pip install -r dev-requirements.txt
pip freeze
pip install .
pip freeze
pip install pandas==0.24.2
# pip install -r requirements.txt
# pip freeze
# pip install -r dev-requirements.txt
# pip freeze
# pip install .
# pip freeze
- name: Test with pytest
run: |
pytest

0 comments on commit ddb2947

Please sign in to comment.