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 d9a3acd commit 8eca1e5Copy full SHA for 8eca1e5
1 file changed
.github/workflows/ci.yml
@@ -333,6 +333,17 @@ jobs:
333
restore-keys: |
334
imagenet-paste-v1-
335
imagenet-paste-
336
+
337
+ - name: Setup Python
338
+ uses: actions/setup-python@v4
339
+ with:
340
+ python-version: '3.10'
341
342
+ - name: Install Python dependencies from requirements.txt
343
+ run: |
344
+ cd app/Converters
345
+ pip install -r requirements.txt
346
+ cd ../..
347
348
- name: Download ImageNet-Paste dataset
349
if: steps.cache-imagenet.outputs.cache-hit != 'true'
0 commit comments