Update config.yml

This commit is contained in:
Clemens Neudecker 2023-04-13 16:31:14 +02:00 committed by GitHub
parent f264eaf424
commit 0462ae0b97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,9 @@ jobs:
paths:
models_eynollah.tar.gz
models_eynollah
- run:
name: "Set Python Version"
command: pyenv install -s 3.7.16 && pyenv global 3.7.16
- run: make install
- run: make smoke-test
@ -33,6 +36,9 @@ jobs:
paths:
models_eynollah.tar.gz
models_eynollah
- run:
name: "Set Python Version"
command: pyenv install -s 3.8.16 && pyenv global 3.8.16
- run: make install
- run: make smoke-test