update the workflow test
Some checks failed
Test Gitea Secrets / deploy-to-modal (push) Failing after 16s

This commit is contained in:
DatTT127
2026-07-16 23:41:57 +07:00
parent 1e6953d5a1
commit 7b9db01f2a
2 changed files with 31 additions and 6 deletions

View File

@@ -6,17 +6,12 @@ jobs:
runs-on: ubuntu-latest
# Use a standard python image so you don't have to pre-build anything
container:
image: python:3.12-slim
image: gitea-modal-runner:latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Dependencies
run: |
apt-get update && apt-get install -y git
pip install modal
- name: Deploy worker pipeline to Modal
run: |
cd workspace/sprint_1_2/CODEBASE/deps/implementation