Skip to content

Commit

Permalink
remove container from pre-commit test
Browse files Browse the repository at this point in the history
Running pre-commit in a container environmeent seems to create
issues with git;
see also
https://stackoverflow.com/questions/78732865/github-actions-precommit-fatalerror-git-failed
  • Loading branch information
SGeeversAtVortech committed Sep 19, 2024
1 parent 9ec852d commit 1fd064d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rtc-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ concurrency:
jobs:
style:
runs-on: ubuntu-latest
container:
image: python:3.8
timeout-minutes: 30
env:
PRE_COMMIT_HOME: "${{ github.workspace }}/.cache/pre-commit"
Expand Down

0 comments on commit 1fd064d

Please sign in to comment.