Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
don't use poetry within tox
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Coder committed Apr 10, 2020
1 parent 6166169 commit 00cd53c
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 142 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt -r dev/requirements-test.txt
- name: Static checking with mypy
run: |
mypy ics
- name: Run pytest
run: |
python setup.py test
- name: Install poetry and tox
run: python -m pip install --upgrade tox tox-gh-actions
- name: Run tox
run: tox
- name: Publish coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 00cd53c

Please sign in to comment.