We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379e434 commit d2238d5Copy full SHA for d2238d5
1 file changed
.circleci/config.yml
@@ -39,7 +39,8 @@ jobs:
39
steps:
40
- run: "sudo apt update"
41
# - run: "sudo apt -y upgrade"
42
- - run: "python3 -v"
+# - run: "python3 -v"
43
+ - run: "sudo apt install python3 -y"
44
- run: "sudo apt install -y python3-pip"
45
- run: "sudo apt install python3-venv -y"
46
- run: "sudo python3 -m venv home/my_env"
0 commit comments