Skip to content

Use scikit-build-core #138

Use scikit-build-core

Use scikit-build-core #138

Workflow file for this run

name: Linux
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
runs-on: ubuntu-20.04
strategy:
matrix:
dist:
- py3_casacore_master
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build container
run: docker build . -t ${{ matrix.dist }} -f .github/workflows/${{ matrix.dist }}.docker