Skip to content

Commit

Permalink
install ffmpeg via conda instead of action
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Feb 8, 2024
1 parent 644425a commit a7a93fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
conda install -n base mamba
conda clean --all -y
mamba env create -f environment.yml
- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v2
- name: Download data
run: |
mkdir -p data/metamers/ref_images/
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ channels:
dependencies:
- python>=3.7
- pip
- ffmpeg
- ipykernel
- scipy>=1.6
- seaborn>=0.11
Expand Down

0 comments on commit a7a93fd

Please sign in to comment.