Update test-models.yml

source and then conda activate perfbot
This commit is contained in:
powderluv
2022-06-04 15:04:33 -07:00
committed by GitHub
parent e91ee9e165
commit 21e9b6f6c2

View File

@@ -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