Skip to content

Commit 53f369c

Browse files
authored
Merge pull request #16 from iamemilio/fix_e2e
fix: typo in instructlab knowledge e2e
2 parents dcd1340 + 20b2340 commit 53f369c

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)