Update test-models.yml

This commit is contained in:
powderluv
2022-06-04 21:52:02 -07:00
committed by GitHub
parent 11b99c9b30
commit 718c235bad

View File

@@ -97,6 +97,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
run: |
rm -rf /opt/conda/envs/perfbot/
conda create -n perfbot python=3.9 setuptools -y
- name: Install dependencies