Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nachovizzo committed Oct 8, 2023
1 parent 1407255 commit 438ce3f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,15 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: self test action
uses: ./
- run: python -m pip install pre-commit
shell: bash
- run: python -m pip freeze --local
shell: bash
- uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
- run: pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }}
# Disabled, can't run on docker, see https://github.com/orgs/community/discussions/25623
# - name: self test action
# uses: ./

0 comments on commit 438ce3f

Please sign in to comment.