Skip to content

Commit

Permalink
2025.1 のテストブランチを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 7, 2025
1 parent 26e578b commit d4448f1
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 43 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,19 @@ jobs:
- run: uv sync
- run: uv run pytest -s

slack_notify_succeeded:
needs: [e2e_test_ubuntu, e2e_test_macos, e2e_test_windows]
runs-on: ubuntu-24.04
if: success()
steps:
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
SLACK_CHANNEL: sora-python-sdk
SLACK_COLOR: good
SLACK_TITLE: SUCCEEDED
SLACK_ICON_EMOJI: ":star-struck:"
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# slack_notify_succeeded:
# needs: [e2e_test_ubuntu, e2e_test_macos, e2e_test_windows]
# runs-on: ubuntu-24.04
# if: success()
# steps:
# - name: Slack Notification
# uses: rtCamp/action-slack-notify@v2
# env:
# SLACK_CHANNEL: sora-python-sdk
# SLACK_COLOR: good
# SLACK_TITLE: SUCCEEDED
# SLACK_ICON_EMOJI: ":star-struck:"
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

slack_notify_failed:
needs: [e2e_test_ubuntu, e2e_test_macos, e2e_test_windows]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Sora Python SDK Examples"
authors = [{ name = "Shiguredo Inc." }]
license = { file = "LICENSE" }
dependencies = [
"sora-sdk~=2024.3",
"sora-sdk~=2024.4.0.dev45",
"opencv-python>=4.10",
"opencv-python-headless>=4.10",
"sounddevice>=0.5",
Expand Down
63 changes: 34 additions & 29 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4448f1

Please sign in to comment.