Single quotes.
This commit is contained in:
parent
e696d8568a
commit
9bf45d3a21
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-tests.yml
vendored
4
.github/workflows/run-tests.yml
vendored
|
@ -46,8 +46,8 @@ jobs:
|
|||
- name: Upload coverage to Codecov.io
|
||||
run: |
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == "3.12" }}
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' }}
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: coverage.xml
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == "3.12" }}
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' }}
|
Loading…
Reference in a new issue