diff --git a/.github/workflows/slycot-build-and-test.yml b/.github/workflows/slycot-build-and-test.yml index 65cbb1b0..ef92ddcd 100644 --- a/.github/workflows/slycot-build-and-test.yml +++ b/.github/workflows/slycot-build-and-test.yml @@ -143,6 +143,7 @@ jobs: - 'windows' python: - '3.9' + - '3.10' steps: - name: Checkout Slycot diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 9ae18828..ada3382d 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -14,6 +14,7 @@ requirements: - {{ compiler('fortran') }} # [not win] - {{ compiler('c') }} - cmake + - make # [linux] - flang >=11 # [win] host: