Skip to content

use only conda-forge and fix cache #1

use only conda-forge and fix cache

use only conda-forge and fix cache #1

Workflow file for this run

name: 'Run Tests via Makefile'
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@main
- name: run tests
run: make test