mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
Update test-models.yml
source and then conda activate perfbot
This commit is contained in:
2
.github/workflows/test-models.yml
vendored
2
.github/workflows/test-models.yml
vendored
@@ -86,6 +86,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
source $HOME/miniconda3/etc/profile.d/conda.sh
|
||||
conda activate perfbot
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install flake8 pytest
|
||||
@@ -93,6 +94,7 @@ jobs:
|
||||
|
||||
- name: Validate Models
|
||||
run: |
|
||||
source $HOME/miniconda3/etc/profile.d/conda.sh
|
||||
conda activate perfbot
|
||||
cd $GITHUB_WORKSPACE
|
||||
./setup_venv.sh
|
||||
|
||||
Reference in New Issue
Block a user