Skip to content

Commit

Permalink
Python: Revert change to run samples as tests in CI (#6671)
Browse files Browse the repository at this point in the history
### Motivation and Context

Need to fix some platform (Windows) specific integration test issues.
Will re-create this PR to turn on tests when done.

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [ ] The code builds clean without any errors or warnings
- [ ] 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
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
  • Loading branch information
moonbox3 authored Jun 11, 2024
1 parent 0fd15e8 commit 048be8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
cd python
poetry run pytest ./tests/integration -v
poetry run pytest ./tests/samples -v
python-integration-tests:
needs: paths-filter
Expand Down Expand Up @@ -170,7 +169,6 @@ jobs:
cd python
poetry run pytest ./tests/integration -v
poetry run pytest ./tests/samples -v
# This final job is required to satisfy the merge queue. It must only run (or succeed) if no tests failed
python-integration-tests-check:
Expand Down

0 comments on commit 048be8c

Please sign in to comment.