Fix workflow syntax error... hopefully

This commit is contained in:
Dave Shawley 2021-04-07 07:35:03 -04:00
parent 4986aa2868
commit 27c357f14a
No known key found for this signature in database
GPG key ID: F41A8A99298F8EED

View file

@ -43,7 +43,7 @@ jobs:
flags: unittests flags: unittests
fail_ci_if_error: true fail_ci_if_error: true
- name: Save coverage report - name: Save coverage report
if: ${{ matrix.python-version == "3.9" }} if: ${{ matrix.python-version == '3.9' }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: coverage.xml name: coverage.xml