Skip to content

Commit 9e3935c

Browse files
committed
fix: remove pip cache from pre-commit workflow
Removes pip caching that was causing failures since we don't have a requirements.txt file in the repository.
1 parent 7dd5a33 commit 9e3935c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
uses: actions/setup-python@v4
3535
with:
3636
python-version: '3.11'
37-
cache: 'pip'
3837

3938
- name: Set up Terraform
4039
uses: hashicorp/setup-terraform@v3
@@ -139,4 +138,4 @@ jobs:
139138
echo "- terraform_fmt" >> $GITHUB_STEP_SUMMARY
140139
echo "- terraform_validate" >> $GITHUB_STEP_SUMMARY
141140
echo "- terraform_docs" >> $GITHUB_STEP_SUMMARY
142-
echo "- terraform_tflint" >> $GITHUB_STEP_SUMMARY
141+
echo "- terraform_tflint" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)