Skip to content

Expand Modelling to Include Foregrounds #25

Expand Modelling to Include Foregrounds

Expand Modelling to Include Foregrounds #25

Workflow file for this run

name: version_checks
on:
pull_request:
branches: [main]
jobs:
version-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Upgrade pip and install linters
run: |
python -m pip install --upgrade pip
python -m pip install packaging
- name: Check version number
run: python ./bin/check_version.py