Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to the
examples
directory and the GitHub workflows. The changes aim to streamline the codebase, improve workflow naming consistency, and update dependencies.Workflow Updates:
.github/workflows/examples-e2e-test.yml
to.github/workflows/e2e-test.yml
and updated the job names for consistency. (.github/workflows/e2e-test.yml
).github/workflows/e2e-test.yml
) [1] [2] [3]rye run
commands to executerun.py
scripts for different operating systems. (.github/workflows/e2e-test.yml
) [1] [2] [3]Dependency and Configuration Updates:
pyproject.toml
to addpillow
as a dependency and adjust other dependencies. (examples/pyproject.toml
).python-version
file. (examples/.python-version
).gitignore
file to remove unnecessary entries. (examples/.gitignore
)Codebase Simplification:
examples
directory. (examples/src/media/recvonly.py
,examples/src/media/sendonly.py
) [1] [2]hideface_sender.py
into a more streamlined version and added type ignores for certain imports. (examples/src/hideface_sender.py
) [1] [2] [3] [4]Documentation Updates:
examples/README.md
by removing outdated sample descriptions and updating the instructions for running sample code. (examples/README.md
) [1] [2]