Skip to content

Commit

Permalink
need to be sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored and mvdbeek committed Sep 16, 2020
1 parent 26db56f commit 5bfa371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ variables:
install_tox: &install_tox
run: sudo pip install tox
install_ffprobe: &install_ffprobe
run: sudp apt update && suo apt install ffmpeg -y
run: sudp apt-get update && sudo apt-get install ffmpeg -y
install_wave: &install_wave
run: sudo pip install wave
set_workdir: &set_workdir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install wave
run: pip install wave
- name: Install ffmpeg
run: apt-get install ffmpeg
run: sudo apt-get update && sudo apt-get install ffmpeg -y
- name: Run tests
run: './run_tests.sh -integration test/integration -- -k "${{ matrix.subset }}"'
working-directory: 'galaxy root'

0 comments on commit 5bfa371

Please sign in to comment.