Skip to content

Commit

Permalink
new attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
felixchalumeau committed Mar 10, 2023
1 parent 414cdc3 commit 98ed194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Run pre-commits
run: |
git config --global --add safe.directory $CI_PROJECT_DIR
git config --global --add safe.directory $GITHUB_WORKSPACE
pre-commit run --all-files
tests:
Expand Down

0 comments on commit 98ed194

Please sign in to comment.