update the workflow test
Some checks failed
Test Gitea Secrets / deploy-to-modal (push) Failing after 16s
Some checks failed
Test Gitea Secrets / deploy-to-modal (push) Failing after 16s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user