Skip to content

Commit

Permalink
Fixing some jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos committed Aug 21, 2023
1 parent 86d7e8f commit 09e68a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aricodec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test aricodec
on:
push:
paths:
- .github/workflows/transcoder.yaml
- .github/workflows/aricodec.yaml
- deps
- aricodec

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transcoder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: "3.10"
- name: Install flake8
working-directory: transcoder
run: pip3 install -e '.[flake8]'
run: pip3 install flake8
- name: Run flake8
working-directory: transcoder
run: |
Expand Down

0 comments on commit 09e68a0

Please sign in to comment.