Skip to content

Commit

Permalink
chore: action python
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Sep 8, 2024
1 parent 73c887e commit 76f92bc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install dependencies
run: pip install requests

- name: Download models
run: python scripts/download_model.py
run: python scripts/download_model.py --models all

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 76f92bc

Please sign in to comment.