Skip to content

Pre-Condensation 2- Atmosphere #738

Pre-Condensation 2- Atmosphere

Pre-Condensation 2- Atmosphere #738

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
testing:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install pytest
python -m pip install .
- name: Test with pytest
run: |
pytest