Skip to content

Commit 8c93aaf

Browse files
Update pre-commit.yaml
1 parent 0a1c8b6 commit 8c93aaf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,14 @@ jobs:
2424
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27-
- name: Install system dependencies
28-
if: runner.os == 'Linux'
29-
run: |
30-
# your system installation code here
31-
# sudo apt-get install -y libcurl4-openssl-dev
3227
- name: Set up Python
3328
uses: actions/setup-python@v5
3429
with:
3530
python-version: "3.9"
3631
architecture: "x64"
3732
- name: Run pre-commit
3833
uses: pre-commit/[email protected]
39-
env:
34+
env:
4035
SKIP: pkgdown
4136
- name: Commit files
4237
if: failure() && startsWith(github.ref, 'refs/heads')

0 commit comments

Comments
 (0)