We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5804ae9 commit 7854e80Copy full SHA for 7854e80
.github/workflows/build-images.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: python3 -m venv build_images_venv
17
- name: Activate virtualenv
18
run: |
19
- . .build_images_venv/bin/activate
+ . build_images_venv/bin/activate
20
echo PATH=$PATH >> $GITHUB_ENV
21
- run: python3 -mpip install -r requirements.txt
22
- run: git clone --depth=1 https://github.com/adafruit/Adafruit_Learning_System_Guides learn
0 commit comments