You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/sf_cli_integration.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -255,9 +255,9 @@ jobs:
255
255
256
256
# ── Function: run ─────────────────────────────────────────────────────────
257
257
258
-
- name: 'Install testFunction/requirements.txt'
258
+
- name: Install testFunction/requirements.txt
259
259
run: |
260
-
pip install testFunction/requirements.txt
260
+
pip install -r testFunction/requirements.txt
261
261
262
262
- name: '[function] run — sf data-code-extension function run --entrypoint testFunction/payload/entrypoint.py --test-with testFunction/payload/tests/test.json '
0 commit comments