Skip to content

Commit 099321a

Browse files
sf_cli_integration fix
1 parent 77f5b8e commit 099321a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/sf_cli_integration.yml

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

258+
- name: 'Install testFunction/requirements.txt'
259+
run: |
260+
pip install testFunction/requirements.txt
261+
258262
- name: '[function] run — sf data-code-extension function run --entrypoint testFunction/payload/entrypoint.py --test-with testFunction/payload/tests/test.json '
259263
run: |
260264
sf data-code-extension function run \

0 commit comments

Comments
 (0)