We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d670d commit f434be5Copy full SHA for f434be5
.github/workflows/python-package.yml
@@ -31,7 +31,7 @@ jobs:
31
make lint
32
- name: Test
33
run: |
34
- make test-all
+ make tox-with-system-python
35
- name: Build
36
37
make build
Makefile
@@ -30,6 +30,9 @@ test:
30
test-all:
$(PYTHON_BIN)tox
+tox-with-system-python:
+ $(PYTHON_BIN)tox -e py
+
build:
$(PYTHON_BIN)python setup.py build
38
$(PYTHON_BIN)python setup.py install
0 commit comments