Skip to content

Commit 1ceddae

Browse files
committed
Define test dependencies separately
Previously, the test dependencies were installed every time the action was ran, even though they are not used.
1 parent 824fde0 commit 1ceddae

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/libraries_report-size-deltas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install --requirement "$GITHUB_WORKSPACE/libraries/report-size-deltas/requirements.txt"
30+
pip install --requirement "$GITHUB_WORKSPACE/libraries/report-size-deltas/tests/requirements.txt"
3131
3232
- name: Lint with flake8
3333
run: |
File renamed without changes.

0 commit comments

Comments
 (0)