Adding new version of the NDJ forecast for Madagascar AA #499
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
test: | |
name: fbf-test | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: prefix-dev/[email protected] | |
with: | |
pixi-version: v0.41.4 | |
cache: true | |
manifest-path: fbfmaproom/pixi.toml | |
- run: cd fbfmaproom && pixi run python -m pytest tests/test_pingrid.py |