Skip to content

Commit

Permalink
Fix pylint? (#130)
Browse files Browse the repository at this point in the history
* first trigger just pylint

* re-check all tests

* upgrade act version

* manually specify jobs separately
  • Loading branch information
lilyminium authored Jun 22, 2024
1 parent e38b3b7 commit 4f0fd13
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/run-cookie-ci/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
- name: Install act
uses: actionsflow/setup-act@v1
with:
version: '0.2.62'
version: '0.2.63'

- name: Build Act image
shell: bash
Expand All @@ -59,4 +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
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

0 comments on commit 4f0fd13

Please sign in to comment.