Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 5e84461

Browse files
author
David Robertson
authored
Minor speedups to CI linting (#13827)
1 parent d64e851 commit 5e84461

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v2
3434
- uses: actions/setup-python@v2
35-
- run: pip install .
36-
- run: scripts-dev/generate_sample_config.sh --check
37-
- run: scripts-dev/config-lint.sh
35+
- uses: matrix-org/setup-python-poetry@v1
36+
with:
37+
extras: "all"
38+
- run: poetry run scripts-dev/generate_sample_config.sh --check
39+
- run: poetry run scripts-dev/config-lint.sh
3840

3941
check-schema-delta:
4042
runs-on: ubuntu-latest
@@ -76,7 +78,6 @@ jobs:
7678
- uses: actions/checkout@v2
7779
with:
7880
ref: ${{ github.event.pull_request.head.sha }}
79-
fetch-depth: 0
8081
- uses: matrix-org/setup-python-poetry@v1
8182
with:
8283
extras: "all"

changelog.d/13827.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Minor speedups to linting in CI.

0 commit comments

Comments
 (0)