Skip to content

Commit

Permalink
Update python-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
postrational committed Jul 9, 2020
1 parent a9d998b commit 85e425e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Test with tox
env:
COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
run: |
tox -e py38

0 comments on commit 85e425e

Please sign in to comment.