Skip to content

Commit f0ad972

Browse files
committed
minor workflow update
1 parent 9e56765 commit f0ad972

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This is a partial workflow. Use wheels.yml for more
2-
# complete workflow.
31
name: build
42

53
on:
@@ -40,6 +38,7 @@ jobs:
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: |

python.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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 $@

0 commit comments

Comments
 (0)