Skip to content

Incremented minor version number #27

Incremented minor version number

Incremented minor version number #27

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