Skip to content

Commit

Permalink
ci: again
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Nov 19, 2019
1 parent 626e46d commit 9da39e7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ jobs:
- name: Install dependencies 2
run: |
pip freeze
pip install --upgrade pip setuptools
- name: Install dependencies 3
run: |
pip install --upgrade pip setuptools
pip freeze
pip install pandas==0.24.2
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 numpy==1.16.5
# pip freeze
# 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 9da39e7

Please sign in to comment.