Skip to content

Commit 3b4a701

Browse files
committed
Import aspire.downloader before use
1 parent 858f114 commit 3b4a701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- name: Cache Data
156156
run: |
157157
ASPIREDIR=${{ env.WORK_DIR }} python -c \
158-
"import aspire; print(aspire.config['common']['cache_dir']); aspire.downloader.emdb_2660()"
158+
"import aspire; print(aspire.config['common']['cache_dir']); import aspire.downloader; aspire.downloader.emdb_2660()"
159159
- name: Cleanup
160160
run: rm -rf ${{ env.WORK_DIR }}
161161

0 commit comments

Comments
 (0)