Skip to content

Commit

Permalink
update(project): only for test.
Browse files Browse the repository at this point in the history
  • Loading branch information
CapooL committed Mar 14, 2024
1 parent 1851c15 commit 0c458b7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
- develop
workflow_dispatch: {}
workflow_dispatch: { }
pull_request:
branches:
- main
Expand All @@ -18,7 +18,11 @@ jobs:
- name: Install ffmpeg
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: ffmpeg
packages: ffmpeg
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
cd hinghwa-dict-backend
Expand Down

0 comments on commit 0c458b7

Please sign in to comment.