Skip to content

Commit

Permalink
test windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
sehnem committed Apr 18, 2024
1 parent fd28be6 commit 49f9244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
{# platform: [ubuntu-latest, macos-latest, windows-latest] #}
platform: [windows-latest]
python-version: ["3.11"]

runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
- {{ compiler('cxx') }}
- gfortran_linux-64 # [linux]
- gfortran_osx-64 # [osx]
- flang_win-64 # [win]
- m2w64-gcc-fortran # [win]
- libuv==1.44.2
- cmake==3.26.4
- git==2.44.0
Expand Down

0 comments on commit 49f9244

Please sign in to comment.