Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jontingvold committed Sep 24, 2020
1 parent 297bcf1 commit be4e3f2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,13 @@ jobs:
run: |
pytest
update-coverage-badge:
test-setup-and-update-coverage-badge:
needs: test-multiple-python-versions
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -52,6 +47,5 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
echo "COVERALLS_REPO_TOKEN: $COVERALLS_REPO_TOKEN"
coverage run setup.py test
coveralls

0 comments on commit be4e3f2

Please sign in to comment.