Skip to content

Commit

Permalink
Update pytest.yml fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ravachol-yang committed Mar 24, 2024
1 parent 568ad65 commit b3b9423
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
permissions:
contents: read

jobs:
tests:
jobs:
tests:
runs-on: ubuntu-latest
env:
BOT_TOKEN: "example"
Expand All @@ -21,7 +21,7 @@ jobs:
with:
python-version: "3.10"
- name: Set up system environment
run: |
run: |
sudo apt-get update -y
sudo apt-get install -y ffmpeg
- name: Install dependencies
Expand Down

0 comments on commit b3b9423

Please sign in to comment.