From eca2b35c1a217ccb72a0ae5bafc252530563eeaa Mon Sep 17 00:00:00 2001 From: harisang Date: Sat, 26 Oct 2024 18:06:50 +0300 Subject: [PATCH] remove prefect from deployment --- .github/workflows/deploy.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4a675100..0a7f7b33 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -37,11 +37,5 @@ jobs: with: python-version: '3.12' - - env: - PREFECT_API_URL: ${{ secrets.PREFECT_API_URL }} - run: | - python -m pip install --upgrade pip - pip install -r requirements/prefect.txt - pip install -r requirements/prod.txt - prefect config set PREFECT_API_URL=$PREFECT_API_URL - python -m src.deploy_prefect.deployment + python -m pip install --upgrade pip \ No newline at end of file