Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas van Beek committed Jun 2, 2020
1 parent 472ea19 commit cc48bd7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,18 @@ jobs:
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
uses: actions/setup-python@v1
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: pip install -e .[test]

- name: Python info
run: |
which python
python --version
- name: Install dependencies
run: pip install -e .[test]
- name: Installed packages
run: pip list

- name: Test with pytest
run: pytest
Expand Down

0 comments on commit cc48bd7

Please sign in to comment.