From 388ff6d0757334a0badefcf3535d11406f665dca Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Mon, 11 Nov 2024 18:41:56 +1100 Subject: [PATCH] comment out non-pylint checks --- .github/actions/run-cookie-ci/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/run-cookie-ci/action.yaml b/.github/actions/run-cookie-ci/action.yaml index f300a52..cf58550 100644 --- a/.github/actions/run-cookie-ci/action.yaml +++ b/.github/actions/run-cookie-ci/action.yaml @@ -59,6 +59,6 @@ runs: docker images sed -i -e 's/fail_ci_if_error: true/fail_ci_if_error: false/g' .github/workflows/gh-ci.yaml cat .github/workflows/gh-ci.yaml - act --job main-tests --platform ubuntu-latest=act-conda -s CODECOV_TOKEN=${{ inputs.CODECOV_TOKEN }} -p=false --matrix os:ubuntu-latest + # act --job main-tests --platform ubuntu-latest=act-conda -s CODECOV_TOKEN=${{ inputs.CODECOV_TOKEN }} -p=false --matrix os:ubuntu-latest act --job pylint_check --platform ubuntu-latest=act-conda -s CODECOV_TOKEN=${{ inputs.CODECOV_TOKEN }} -p=false - act --job pypi_check --platform ubuntu-latest=act-conda -s CODECOV_TOKEN=${{ inputs.CODECOV_TOKEN }} -p=false + # act --job pypi_check --platform ubuntu-latest=act-conda -s CODECOV_TOKEN=${{ inputs.CODECOV_TOKEN }} -p=false