Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyanvasudev authored Aug 19, 2020
1 parent 1b85951 commit ee5c03b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:

steps:
- checkout
- run:
name: Python-TK and Python-SIM install (VM Bug)
command: |
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - #Chrome linux keys error fix
sudo apt-get update
sudo apt-get install sip-dev
sudo apt-get install tk-dev
pyenv install -f 2.7.12
#- run:
# name: Python-TK and Python-SIM install (VM Bug)
# command: |
# wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - #Chrome linux keys error fix
# sudo apt-get update
# sudo apt-get install sip-dev
# sudo apt-get install tk-dev
# pyenv install -f 2.7.12


- run:
Expand Down

0 comments on commit ee5c03b

Please sign in to comment.