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 0a5bb69 commit e45b8fbCopy full SHA for e45b8fb
.github/workflows/ci.yml
@@ -29,6 +29,8 @@ jobs:
29
run: |
30
docker run --rm --platform linux/arm/v7 -v $(pwd):/workspace -w /workspace arm32v7/python:3-slim \
31
/bin/sh -c "
32
+ apt-get update && \
33
+ apt-get install -y git tar && \
34
python -m venv venv && \
35
. venv/bin/activate && \
36
pip install --upgrade pip && \
0 commit comments