Skip to content

feat(app): allow initial parameters to vary #494

feat(app): allow initial parameters to vary

feat(app): allow initial parameters to vary #494

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
Build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-latest]
fail-fast: true
env:
FC: gfortran
GCC_V: 13
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Dependencies MacOS
run: |
brew install gcc@${GCC_V} gcc@9
sudo ln -s $(which gfortran-${GCC_V}) $(dirname $(which gfortran-${GCC_V}))/gfortran
- name: Build and Test
run: |
export PATH="${HOME}/.local/bin:$PATH"
./setup.sh