Skip to content

Commit

Permalink
Try Python version without quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Apr 14, 2022
1 parent 274313e commit aa7f909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
pytest --cov=./ --cov-report xml
- name: Upload coverage to Codecov
if: ${{ matrix.python-version }} == '3.8' }}
if: ${{ matrix.python-version }} == 3.8 }}
uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # v3.0.0

publish-docker-latest:
Expand Down

0 comments on commit aa7f909

Please sign in to comment.