Skip to content

Commit 8df7e58

Browse files
committed
Update CircleCi config install python step
1 parent 04c68b0 commit 8df7e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run:
1313
name: Install Python
1414
command: |
15-
sudo apt-get --allow-releaseinfo-change update && sudo apt-get install python -f
15+
sudo apt-get --allow-releaseinfo-change update && sudo apt-get install python-is-python3 -f
1616
- run:
1717
name: Run Tests
1818
command: |

0 commit comments

Comments
 (0)