Skip to content

Commit

Permalink
run make before tox (I don't love it, but I want to get rid of SWIG a…
Browse files Browse the repository at this point in the history
…nyway)
  • Loading branch information
dmaljovec committed Nov 17, 2022
1 parent 94d9d2c commit 40f3b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
pip install -U setuptools
python -m pip install -U pip
- run: pip install tox
- run: make
- run: tox -e py3${{ matrix.minor_version }}
- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py3{7,8,9,10,11}, report

[testenv]
commands = pytest
install_command=make && python -m pip install {opts} {packages}
install_command=python -m pip install {opts} {packages}
depends =
report: py3{7,8,9,10,11}
deps =
Expand Down

0 comments on commit 40f3b74

Please sign in to comment.