Skip to content

Commit

Permalink
Update CircleCi config install python step
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Feb 11, 2023
1 parent 04c68b0 commit 8df7e58
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 @@ -12,7 +12,7 @@ jobs:
- run:
name: Install Python
command: |
sudo apt-get --allow-releaseinfo-change update && sudo apt-get install python -f
sudo apt-get --allow-releaseinfo-change update && sudo apt-get install python-is-python3 -f
- run:
name: Run Tests
command: |
Expand Down

0 comments on commit 8df7e58

Please sign in to comment.