Skip to content

2x2x15 Hep-G2

2x2x15 Hep-G2 #512

Workflow file for this run

on:
push:
pull_request:
schedule:
# Run it at 5:30 UTC the 22nd of every month
- cron: '30 5 22 * *'
jobs:
build:
runs-on: ubuntu-latest
name: main ${{ matrix.pip_install }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- run: pip install pip --upgrade
- run: pip install pyright pytest
- run: ./foreach.sh pip install --editable .
- run: ./run-tests.sh