Single quotes.

This commit is contained in:
Josh W 2024-09-03 14:57:52 -04:00
parent e696d8568a
commit 9bf45d3a21

View file

@ -46,8 +46,8 @@ jobs:
- name: Upload coverage to Codecov.io - name: Upload coverage to Codecov.io
run: | run: |
bash <(curl -s https://codecov.io/bash) 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 - uses: actions/upload-artifact@v2
with: with:
path: coverage.xml path: coverage.xml
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == "3.12" }} if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' }}