Skip to content

Commit bb163b6

Browse files
Python: Fix Typo - Update python-integration-tests.yml (#2402)
### Motivation and Context Fix python integration tests to start running correct test file. ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄
1 parent 508f4e8 commit bb163b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
cd python
7373
poetry run pytest ./tests/integration/completions/test_azure_oai_chat_service.py -v
7474
poetry run pytest ./tests/integration/completions/test_oai_chat_service.py -v
75-
poetry run pytest ./tests/integration/completions/test_hf_local_test_completions.py -v
75+
poetry run pytest ./tests/integration/completions/test_hf_local_text_completions.py -v
7676
poetry run pytest ./tests/integration/connectors/memory/test_chroma.py -v
7777
poetry run pytest ./tests/integration/connectors/memory/test_qdrant_memory_store.py -v
7878
poetry run pytest ./tests/integration/planning -v

0 commit comments

Comments
 (0)