mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
Update test-models.yml
This commit is contained in:
6
.github/workflows/test-models.yml
vendored
6
.github/workflows/test-models.yml
vendored
@@ -97,8 +97,8 @@ jobs:
|
||||
source $HOME/miniconda3/bin/activate /opt/conda/envs/perfbot
|
||||
python --version
|
||||
cd $GITHUB_WORKSPACE
|
||||
PYTHON=python3.9 ./setup_venv.sh
|
||||
source shark.venv/bin/activate
|
||||
pytest --workers auto
|
||||
./setup_venv.sh
|
||||
pytest --workers auto -k 'cpu'
|
||||
pytest -k 'not cpu'
|
||||
conda deactivate
|
||||
conda env remove -n perfbot
|
||||
|
||||
Reference in New Issue
Block a user