Update mutational fitness distance map using PyR0 estimates from 2023… #881
This file contains 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
name: CI | |
on: | |
- push | |
- pull_request | |
jobs: | |
test-build: | |
uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@master | |
with: | |
build-args: all_regions -j 2 --profile nextstrain_profiles/nextstrain-ci | |
test-cram: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v3 | |
with: | |
python-version: "3.9" | |
- run: pip install cram nextstrain-augur | |
- run: cram --shell=/bin/bash tests/sanitize-metadata.t | |
docs: | |
uses: nextstrain/.github/.github/workflows/docs-ci.yaml@master | |
with: | |
docs-directory: docs/ | |
environment-file: docs/conda.yml |