Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Oct 17, 2023
1 parent f1d8a05 commit 66bc543
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@ jobs:
- run: nvidia-smi -L
- run: python3 --version
- run: pip3 list
- run: pyenv versions
- run: pyenv versions
- run: pyenv install 3.10
- run: pyenv global 3.10
- run: python --version
- run: python3 --version
- run: pip list
- run: pip3 list

0 comments on commit 66bc543

Please sign in to comment.