Skip to content

Commit 6b1c1fe

Browse files
committed
also skip dependencies installation
1 parent 0e747ae commit 6b1c1fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest_matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
python-version: ${{ matrix.python-version }}
7070
cache: "poetry"
7171
- name: Install dependencies
72+
if: steps.changes.outputs.src == 'true'
7273
run: poetry install --all-extras
7374

7475
# Job-specific step(s):

0 commit comments

Comments
 (0)