Skip to content

Commit 3170d1d

Browse files
Remove test dependencies not used in _lint.yml
Removes 'test' and 'test_integration' groups from the Poetry install step in the lint workflow, ensuring only linting and typing dependencies are installed during lint jobs.
1 parent 4a4ed71 commit 3170d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# It doesn't matter how you change it, any change will cause a cache-bust.
5959
working-directory: ${{ inputs.working-directory }}
6060
run: |
61-
poetry install --with lint,typing,test,test_integration
61+
poetry install --with lint,typing
6262
6363
- name: Run linting
6464
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)