Skip to content

Commit

Permalink
Update CircleCI to install python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Feb 11, 2023
1 parent 3faa2b3 commit df55880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run:
name: Install Python
command: |
sudo apt-get install python -f
sudo apt-get install python3.9 -f
- run:
name: Install Node
command: |
Expand Down

0 comments on commit df55880

Please sign in to comment.