Skip to content

Commit 0075369

Browse files
committed
Remove extra python setup script #52
1 parent ea2c264 commit 0075369

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
runs-on: ubuntu-latest
3030
needs: deploy-container
3131
steps:
32-
- uses: actions/setup-python@v5
33-
with:
34-
python-version: "3.12"
35-
cache: "pip"
3632
- name: Add API Url to API Spec
3733
run: python scripts/add_api_url.py openapi.yml ${{ secrets.API_URL }}
3834
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)