Skip to content

Commit 23604b2

Browse files
Updating sf_cli_integration.yml
1 parent 099321a commit 23604b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sf_cli_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ jobs:
255255
256256
# ── Function: run ─────────────────────────────────────────────────────────
257257

258-
- name: 'Install testFunction/requirements.txt'
258+
- name: Install testFunction/requirements.txt
259259
run: |
260-
pip install testFunction/requirements.txt
260+
pip install -r testFunction/requirements.txt
261261
262262
- name: '[function] run — sf data-code-extension function run --entrypoint testFunction/payload/entrypoint.py --test-with testFunction/payload/tests/test.json '
263263
run: |

0 commit comments

Comments
 (0)