Skip to content

Commit

Permalink
[feat]: Trying to run pytest instead of tox
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 6, 2021
1 parent 0e0e3df commit 1ec4d46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- name: Install Tox and any other packages
run: pip install tox

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

- name: Run Tox
- name: Run pytest
# Run tox using the version of Python in `PATH`
run: tox -e py
run: pip install -e . && pytest

0 comments on commit 1ec4d46

Please sign in to comment.