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 d233786 commit 379e434Copy full SHA for 379e434
1 file changed
.circleci/config.yml
@@ -38,8 +38,11 @@ jobs:
38
resource_class: arm.medium
39
steps:
40
- run: "sudo apt update"
41
- - run: "sudo apt -y upgrade"
+# - run: "sudo apt -y upgrade"
42
- run: "python3 -v"
43
+ - run: "sudo apt install -y python3-pip"
44
+ - run: "sudo apt install python3-venv -y"
45
+ - run: "sudo python3 -m venv home/my_env"
46
workflows:
47
version: 2
48
build:
0 commit comments