Skip to content

Commit

Permalink
Install python as python3 for CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Feb 11, 2023
1 parent df55880 commit a8a7446
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 python3.9 -f
sudo apt-get install python-is-python3 -f
- run:
name: Install Node
command: |
Expand Down

0 comments on commit a8a7446

Please sign in to comment.