Skip to content

Commit 379e434

Browse files
wip
1 parent d233786 commit 379e434

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ jobs:
3838
resource_class: arm.medium
3939
steps:
4040
- run: "sudo apt update"
41-
- run: "sudo apt -y upgrade"
41+
# - run: "sudo apt -y upgrade"
4242
- 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"
4346
workflows:
4447
version: 2
4548
build:

0 commit comments

Comments
 (0)