Skip to content

Commit

Permalink
整理
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 3, 2024
1 parent 2b1a341 commit b905806
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ jobs:
- run: |
sudo modprobe v4l2loopback devices=1 video_nr=0 exclusive_caps=1 card_label='VCamera'
ls -l /dev/video0
- run: |
rye run pytest test_momo.py -s
working-directory: ./test
2 changes: 0 additions & 2 deletions test/momo.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ def __exit__(self, exc_type, exc_val, exc_tb):
def run_app(self):
args = [
str(self.executable),
"--no-audio-device",
"--video-device /dev/video0",
self.mode,
"--port",
str(self.port),
Expand Down

0 comments on commit b905806

Please sign in to comment.