File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # This is a partial workflow. Use wheels.yml for more
2- # complete workflow.
31name : build
42
53on :
4038 run : |
4139 pip install --upgrade --upgrade-strategy eager setuptools wheel
4240 pip install --upgrade --upgrade-strategy eager -r requirements.txt
41+ pip freeze > pip-freeze.txt
4342
4443 - name : Test with pytest
4544 run : |
Original file line number Diff line number Diff line change @@ -82,8 +82,7 @@ env/bin/activate: setup.py requirements.txt
8282 test -f $@ || virtualenv $(VENV_OPTS ) env
8383 export SETUPTOOLS_USE_DISTUTILS=stdlib; $(PYENV ) curl https://bootstrap.pypa.io/ez_setup.py | $(INTERPRETER )
8484 $(PIP ) install -U pip wheel
85- $(PIP ) install -U py-cpuinfo
8685 export SETUPTOOLS_USE_DISTUTILS=stdlib; $(PIP ) install -r requirements.txt
87- $(PIP ) install -e .
8886 $(PIP ) freeze > pip-freeze.txt
87+ $(PIP ) install -e .
8988 touch $@
You can’t perform that action at this time.
0 commit comments