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
49c6961a
Unverified
Commit
49c6961a
authored
Feb 22, 2023
by
Philip Meier
Committed by
GitHub
Feb 22, 2023
Browse files
reduce GHA log output (#7267)
Co-authored-by:
vfdev
<
vfdev.5@gmail.com
>
parent
928b05ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.github/workflows/test-linux-cpu.yml
.github/workflows/test-linux-cpu.yml
+3
-3
.github/workflows/test-linux-gpu.yml
.github/workflows/test-linux-gpu.yml
+3
-3
No files found.
.github/workflows/test-linux-cpu.yml
View file @
49c6961a
...
...
@@ -39,7 +39,7 @@ jobs:
fi
# Create Conda Env
conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy 'ffmpeg<4.3'
conda create -yp ci_env
--quiet
python="${PYTHON_VERSION}" numpy libpng jpeg scipy 'ffmpeg<4.3'
conda activate /work/ci_env
# Install PyTorch, Torchvision, and testing libraries
...
...
@@ -50,8 +50,8 @@ jobs:
-c nvidia "pytorch-${CHANNEL}"::pytorch[build="*${VERSION}*"] \
"${CUDATOOLKIT}"
python3 setup.py develop
python3 -m pip install pytest pytest-mock 'av<10'
python3 -m pip install
--progress-bar=off
pytest pytest-mock 'av<10'
# Run Tests
python3 -m torch.utils.collect_env
python3 -m pytest --junitxml=test-results/junit.xml
-v
--durations 20
python3 -m pytest --junitxml=test-results/junit.xml --durations 20
.github/workflows/test-linux-gpu.yml
View file @
49c6961a
...
...
@@ -43,7 +43,7 @@ jobs:
fi
# Create Conda Env
conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy 'ffmpeg<4.3'
conda create -yp ci_env
--quiet
python="${PYTHON_VERSION}" numpy libpng jpeg scipy 'ffmpeg<4.3'
conda activate /work/ci_env
# Install PyTorch, Torchvision, and testing libraries
...
...
@@ -54,8 +54,8 @@ jobs:
-c nvidia "pytorch-${CHANNEL}"::pytorch[build="*${VERSION}*"] \
"${CUDATOOLKIT}"
python3 setup.py develop
python3 -m pip install pytest pytest-mock 'av<10'
python3 -m pip install
--progress-bar=off
pytest pytest-mock 'av<10'
# Run Tests
python3 -m torch.utils.collect_env
python3 -m pytest --junitxml=test-results/junit.xml
-v
--durations 20
python3 -m pytest --junitxml=test-results/junit.xml --durations 20
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