Skip to content

Commit

Permalink
[fix]: Changing fortran compiler to msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 6, 2021
1 parent 166a7c6 commit 4befce4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ jobs:
run: pip install tox

- name: Setting up windows fortran compiler and powershell
run: echo "[build]`ncompiler=mingw32" | Out-File -Encoding ASCII ~/pydistutils.cfg
run: echo "[build]`ncompiler=msvc" | Out-File -Encoding ASCII ~/pydistutils.cfg
shell: powershell

- name: Update GCC
run: mingw-get update && mingw-get upgrade
- name: Run pytest
# Run tox using the version of Python in `PATH`
run: pip install -e . && pytest

0 comments on commit 4befce4

Please sign in to comment.