We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be5d52 commit 0c119c2Copy full SHA for 0c119c2
.github/workflows/build-images.yml
@@ -13,6 +13,8 @@ jobs:
13
runs-on: ubuntu-24.04
14
steps:
15
- uses: actions/checkout@v2
16
+ - run: python3 -m venv build_images_venv
17
+ - run: source build_images_venv/bin/activate
18
- run: python3 -mpip install -r requirements.txt
19
- run: git clone --depth=1 https://github.com/adafruit/Adafruit_Learning_System_Guides learn
20
- run: env LEARN_GUIDE_REPO=learn/ python3 create_requirement_images.py
0 commit comments