Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Feb 29, 2024
1 parent d8a9d2d commit 5960cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
python-version: '3.10'
- name: Install dependencies
run: |
pip install -r feedstock/requirements.txt
pip install pangeo-forge-runner
- name: deploy test recipe
run: pangeo-forge-runner bake --repo=https://github.com/euro-cordex/cordex-feedstock.git -f=config/local.json --Bake.recipe_id=euro-cordex --Bake.job_name=test --prune
Expand All @@ -48,6 +47,7 @@ jobs:
with:
python-version: '3.10'
- name: Install dependencies
run: pip install -r requirements.upload.txt
run: |
pip install pangeo-forge-runner
- name: deploy test recipe
run: pangeo-forge-runner bake --repo=https://github.com/euro-cordex/cordex-feedstock.git -f=config/s3fs.json --Bake.recipe_id=euro-cordex --Bake.job_name=test --prune

0 comments on commit 5960cce

Please sign in to comment.