Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Dec 20, 2024
1 parent 79667b4 commit f9c20f1
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,19 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: 'true'

# - name: Setup Fortran
# uses: awvwgk/setup-fortran@main
# id: setup-fortran
# with:
# compiler: gcc
# version: 11

# - name: Setup Python
# uses: actions/setup-python@v2
# with:
# python-version: 3.9

- uses: mamba-org/setup-micromamba@v2
with:
environment-name: test-env
create-args: >-
python
numpy
scipy
h5py
scikit-build
cmake
ninja
cython
fypp
pip
clang
gfortran
valgrind
- name: Install Valgrind
run: |
Expand Down

0 comments on commit f9c20f1

Please sign in to comment.