Skip to content

Commit 0c119c2

Browse files
committed
use venv
1 parent 7be5d52 commit 0c119c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-images.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v2
16+
- run: python3 -m venv build_images_venv
17+
- run: source build_images_venv/bin/activate
1618
- run: python3 -mpip install -r requirements.txt
1719
- run: git clone --depth=1 https://github.com/adafruit/Adafruit_Learning_System_Guides learn
1820
- run: env LEARN_GUIDE_REPO=learn/ python3 create_requirement_images.py

0 commit comments

Comments
 (0)