remove setup.py, requirements.txt and refs

This commit is contained in:
Dan Saunders
2025-08-30 01:08:53 -04:00
parent 95c259b3fb
commit c110e3eb48
10 changed files with 23 additions and 138 deletions

View File

@@ -7,7 +7,6 @@ on:
- "main"
paths:
- '**.py'
- 'requirements.txt'
- 'pyproject.toml'
- '.github/workflows/*.yml'
- 'cicd/cicd.sh'
@@ -16,7 +15,6 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- '**.py'
- 'requirements.txt'
- 'pyproject.toml'
- '.github/workflows/*.yml'
- 'cicd/cicd.sh'
@@ -261,7 +259,7 @@ jobs:
echo "E2E_DOCKERFILE=${{ matrix.dockerfile || 'Dockerfile.jinja'}}" >> $GITHUB_ENV
- name: Run tests job on Modal
run: |
modal run -m cicd.e2e_tests
modal run cicd.e2e_tests
docker-e2e-tests:
if: >
@@ -326,7 +324,7 @@ jobs:
echo "E2E_DOCKERFILE=${{ matrix.dockerfile || 'Dockerfile.jinja'}}" >> $GITHUB_ENV
- name: Run tests job on Modal
run: |
modal run -m cicd.e2e_tests
modal run cicd.e2e_tests
docker-e2e-cleanup:
runs-on: [self-hosted, modal]
@@ -370,4 +368,4 @@ jobs:
echo "CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}" >> $GITHUB_ENV
- name: Run tests job on Modal
run: |
modal run -m cicd.cleanup
modal run cicd.cleanup