Skip to content

Commit febc46e

Browse files
committed
CI: Remove useless venv activation.
1 parent 0b6543a commit febc46e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/micropython.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ jobs:
6767
shell: bash
6868
run: |
6969
source $CI_PROJECT_ROOT/ci/micropython.sh && ci_debug
70-
python3 -m venv "$CI_BUILD_ROOT/.dir2uf2"
71-
source "$CI_BUILD_ROOT/.dir2uf2/bin/activate"
7270
ci_cmake_build ${{ matrix.name }}
7371
7472
- name: "Artifacts: Upload .uf2"

0 commit comments

Comments
 (0)