File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 20
20
echo PATH=$PATH >> $GITHUB_ENV
21
21
- run : python3 -mpip install -r requirements.txt
22
22
- run : git clone --depth=1 https://github.com/adafruit/Adafruit_Learning_System_Guides learn
23
- - run : env LEARN_GUIDE_REPO=learn/ python3 create_requirement_images.py learn
23
+ - run : env LEARN_GUIDE_REPO=learn/ python3 create_requirement_images.py
24
24
- uses : actions/upload-artifact@v4
25
25
with :
26
26
name : images
Original file line number Diff line number Diff line change 5
5
__pycache__
6
6
latest_bundle_data.json
7
7
latest_bundle_tag.json
8
+ latest_community_bundle_data.json
9
+ latest_community_bundle_tag.json
8
10
generated_images
9
11
10
12
# Virtual environment-specific files
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ def filter_custom_project_libs(project_file_set):
393
393
which will in turn get included in the libraries list that the
394
394
tool uses to generate the "main" lib folder in the screenshot.
395
395
"""
396
- _custom_libs = None
396
+ _custom_libs = tuple ()
397
397
remove_files = []
398
398
for file in project_file_set :
399
399
if not isinstance (file , tuple ):
You can’t perform that action at this time.
0 commit comments