We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecdeea commit 2fcea2eCopy full SHA for 2fcea2e
.github/workflows/run-test-suite.yml
@@ -60,7 +60,7 @@ jobs:
60
uses: conda-incubator/setup-miniconda@v2
61
with:
62
auto-update-conda: true
63
- miniconda-version: 'latest'
+ miniconda-version: "latest"
64
activate-environment: cf-latest
65
python-version: ${{ matrix.python-version }}
66
channels: ncas, conda-forge
@@ -147,7 +147,7 @@ jobs:
147
# passing at least for that job, avoiding useless coverage reports.
148
uses: codecov/codecov-action@v3
149
if: |
150
- matrix.os == 'ubuntu-latest' && matrix.python-version == "3.9"
+ matrix.os == "ubuntu-latest" && matrix.python-version == "3.9"
151
152
file: |
153
${{ github.workspace }}/main/cf/test/cf_coverage_reports/coverage.xml
0 commit comments