Skip to content

Commit

Permalink
Merge 078a3a4 into 8fe1f4a
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymcrae committed Sep 20, 2022
2 parents 8fe1f4a + 078a3a4 commit 30eae83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install pytest pytest-cov coveralls>=3.3
Expand All @@ -47,4 +47,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: coveralls
run: coveralls --service=github

0 comments on commit 30eae83

Please sign in to comment.