Skip to content

Bump coldfront to 1.1.7 #145

Bump coldfront to 1.1.7

Bump coldfront to 1.1.7 #145

Workflow file for this run

name: test-py39-unit
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python 3.12
uses: actions/setup-python@v6
with:
python-version: 3.12
- name: Install ColdFront and plugin
run: |
./ci/setup.sh
- name: Run functional tests
run: |
./ci/run_unit_tests.sh