Skip to content

Added unit test for negative temperatures during heatwaves #26

Added unit test for negative temperatures during heatwaves

Added unit test for negative temperatures during heatwaves #26

Workflow file for this run

name: ehfheatwaves
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Build
run: |
pip install .
- name: Test
run: |
cd tests
python run_tests.py