Skip to content

Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.12.2 #86

Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.12.2

Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.12.2 #86

Workflow file for this run

name: C Library
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
strategy:
matrix:
os: [macos-13, macos-14, ubuntu-latest]
include:
- os: ubuntu-latest
INSTALL_DEPS: sudo apt-get install scons liblapack-dev libfftw3-dev
- os: macos-13
INSTALL_DEPS: brew install scons fftw
- os: macos-14
INSTALL_DEPS: brew install scons fftw
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: ${{ matrix.INSTALL_DEPS }}
- name: build
run: scons lib test
- name: test
run: test/test_tfr