Skip to content

Commit

Permalink
accommodating windows fortran compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Feb 22, 2022
1 parent bebb026 commit 815ebbf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI_CCBlade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: False
matrix:
os: ["ubuntu-latest", "windows-latest"]
os: ["ubuntu-latest"] #, "windows-latest"]
python-version: [3.7, 3.8, 3.9]

steps:
Expand Down Expand Up @@ -57,6 +57,12 @@ jobs:
python-version: ${{ matrix.python-version }}
environment-file: environment.yml

# Install dependencies of WISDEM specific to windows
- name: Add dependencies windows specific
if: contains( matrix.os, 'windows')
run: |
conda install -y m2w64-toolchain libpython
# Install
- name: Conda Install CCBlade
shell: pwsh
Expand Down

0 comments on commit 815ebbf

Please sign in to comment.