Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
13755c9a
Unverified
Commit
13755c9a
authored
Feb 21, 2023
by
Philip Meier
Committed by
GitHub
Feb 21, 2023
Browse files
add ffmpeg to Linux CPU and GPU unittest workflows (#7295)
parent
7fe51368
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/test-linux-cpu.yml
.github/workflows/test-linux-cpu.yml
+1
-1
.github/workflows/test-linux-gpu.yml
.github/workflows/test-linux-gpu.yml
+1
-1
No files found.
.github/workflows/test-linux-cpu.yml
View file @
13755c9a
...
...
@@ -39,7 +39,7 @@ jobs:
fi
# Create Conda Env
conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy
conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy
'ffmpeg<4.3'
conda activate /work/ci_env
# Install PyTorch, Torchvision, and testing libraries
...
...
.github/workflows/test-linux-gpu.yml
View file @
13755c9a
...
...
@@ -43,7 +43,7 @@ jobs:
fi
# Create Conda Env
conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy
conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy
'ffmpeg<4.3'
conda activate /work/ci_env
# Install PyTorch, Torchvision, and testing libraries
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment