Skip to content

Commit 20b2340

Browse files
committed
fix: typo in instructlab knowledge e2e
Signed-off-by: Emilio Garcia <[email protected]>
1 parent dcd1340 commit 20b2340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/instructlab-knowledge-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Set up Python
32-
uses: actions/setup-python@v3s
32+
uses: actions/setup-python@v3
3333
with:
3434
python-version: '3.11'
3535
cache: pip

0 commit comments

Comments
 (0)