Skip to content

Commit 2fcea2e

Browse files
Always use double quotes (for YAML as w/ black for Python files)
1 parent 5ecdeea commit 2fcea2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: conda-incubator/setup-miniconda@v2
6161
with:
6262
auto-update-conda: true
63-
miniconda-version: 'latest'
63+
miniconda-version: "latest"
6464
activate-environment: cf-latest
6565
python-version: ${{ matrix.python-version }}
6666
channels: ncas, conda-forge
@@ -147,7 +147,7 @@ jobs:
147147
# passing at least for that job, avoiding useless coverage reports.
148148
uses: codecov/codecov-action@v3
149149
if: |
150-
matrix.os == 'ubuntu-latest' && matrix.python-version == "3.9"
150+
matrix.os == "ubuntu-latest" && matrix.python-version == "3.9"
151151
with:
152152
file: |
153153
${{ github.workspace }}/main/cf/test/cf_coverage_reports/coverage.xml

0 commit comments

Comments
 (0)