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

Commit

Permalink
Fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsayre committed Nov 12, 2021
1 parent dc84b36 commit 2102178
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,12 @@ jobs:
name: "Check code coverage"
runs-on: ubuntu-latest
needs: lint
strategy:
matrix:
python-version: 3.9
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: 3.9
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
Expand Down

0 comments on commit 2102178

Please sign in to comment.