Skip to content

Commit 7854e80

Browse files
committed
fix venv path
1 parent 5804ae9 commit 7854e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: python3 -m venv build_images_venv
1717
- name: Activate virtualenv
1818
run: |
19-
. .build_images_venv/bin/activate
19+
. build_images_venv/bin/activate
2020
echo PATH=$PATH >> $GITHUB_ENV
2121
- run: python3 -mpip install -r requirements.txt
2222
- run: git clone --depth=1 https://github.com/adafruit/Adafruit_Learning_System_Guides learn

0 commit comments

Comments
 (0)