File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 - name : Fix file permission
109109 run : chmod +x micropython/mpy-cross/build/mpy-cross
110110 - run : pipx install poetry
111- - run : poetry install --only=stats
111+ - run : poetry install --only=build
112112 - name : Build firmware (pull request)
113113 if : ${{ github.base_ref != null }}
114114 run : poetry run .github/build-each-commit.py ${{ matrix.hub }} ${{ github.sha }}
@@ -168,6 +168,8 @@ jobs:
168168 path : micropython/mpy-cross/build
169169 - name : Fix file permission
170170 run : chmod +x micropython/mpy-cross/build/mpy-cross
171+ - run : pipx install poetry
172+ - run : poetry install --only=build
171173 - name : Build and test
172174 run : ./test-virtualhub.sh
173175 - name : Coveralls
Original file line number Diff line number Diff line change 2020 submodules : true
2121 fetch-depth : 0
2222 - run : pipx install poetry
23- - run : poetry install --only=stats
23+ - run : poetry install --only=build
2424 - name : Build missing commits
2525 env :
2626 STORAGE_ACCOUNT : ${{ secrets.STORAGE_ACCOUNT }}
You can’t perform that action at this time.
0 commit comments