Skip to content

Commit

Permalink
[fix]Upgrading MINGW compiler before install
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 6, 2021
1 parent 1acae7a commit 166a7c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
run: echo "[build]`ncompiler=mingw32" | 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 166a7c6

Please sign in to comment.