Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer authored Feb 28, 2024
1 parent 14d6fa7 commit 15e6596
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
with:
python-version: '3.10'
- name: Install dependencies
run: pip install -r feedstock/requirements.txt
run: |
pip install -r feedstock/requirements.txt
pip install pangeo-forge-runner
- name: deploy test recipe
run: pangeo-forge-runner bake --repo=. -f=config/local.json --Bake.recipe_id=euro-cordex --Bake.job_name=test --prune

0 comments on commit 15e6596

Please sign in to comment.