Skip to content

Commit d2238d5

Browse files
wip
1 parent 379e434 commit d2238d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
steps:
4040
- run: "sudo apt update"
4141
# - run: "sudo apt -y upgrade"
42-
- run: "python3 -v"
42+
# - run: "python3 -v"
43+
- run: "sudo apt install python3 -y"
4344
- run: "sudo apt install -y python3-pip"
4445
- run: "sudo apt install python3-venv -y"
4546
- run: "sudo python3 -m venv home/my_env"

0 commit comments

Comments
 (0)