Skip to content

Commit 8eca1e5

Browse files
authored
Update ci.yml
1 parent d9a3acd commit 8eca1e5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,17 @@ jobs:
333333
restore-keys: |
334334
imagenet-paste-v1-
335335
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 ../..
336347
337348
- name: Download ImageNet-Paste dataset
338349
if: steps.cache-imagenet.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)