Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bram-vdberg committed Oct 18, 2024
1 parent 07b2322 commit 9d9f2f5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,14 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: |
python -m pip install --upgrade pip
pip install -r requirements/prefect.txt
pip install -r requirements/prod.txt
- env:
PREFECT_API_URL: ${{ secrets.PREFECT_API_URL }}
run: |
prefect config set PREFECT_API_URL=$PREFECT_API_URL
- run: |
python -m pip install --upgrade pip
pip install -r requirements/prefect.txt
pip install -r requirements/prod.txt
python -m src.deploy_prefect.deployment
- run: python -m src.deploy_prefect.deployment

0 comments on commit 9d9f2f5

Please sign in to comment.