We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858f114 commit 3b4a701Copy full SHA for 3b4a701
.github/workflows/workflow.yml
@@ -155,7 +155,7 @@ jobs:
155
- name: Cache Data
156
run: |
157
ASPIREDIR=${{ env.WORK_DIR }} python -c \
158
- "import aspire; print(aspire.config['common']['cache_dir']); aspire.downloader.emdb_2660()"
+ "import aspire; print(aspire.config['common']['cache_dir']); import aspire.downloader; aspire.downloader.emdb_2660()"
159
- name: Cleanup
160
run: rm -rf ${{ env.WORK_DIR }}
161
0 commit comments