File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 set -eux
3939 pip install -r requirements.txt
4040 pip install sphinx sphinx_rtd_theme natsort
41- wget -O /tmp/ifcopenshell_python.zip https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-`python3 -c 'import sys;print("".join(map(str, sys.version_info[0:2])))'`-v0.8.5-a51b2c5 -linux64.zip
41+ wget -O /tmp/ifcopenshell_python.zip https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-`python3 -c 'import sys;print("".join(map(str, sys.version_info[0:2])))'`-v0.8.6-8b5b400 -linux64.zip
4242 mkdir -p `python3 -c 'import site; print(site.getusersitepackages())'`
4343 unzip -d `python3 -c 'import site; print(site.getusersitepackages())'` /tmp/ifcopenshell_python.zip
4444
Original file line number Diff line number Diff line change 2626 - name : Install dependencies
2727 run : |
2828 find . -name 'requirements.txt' -exec pip install -r {} \;
29- wget -O /tmp/ifcopenshell_python.zip https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-`python3 -c 'import sys;print("".join(map(str, sys.version_info[0:2])))'`-v0.8.5-a51b2c5 -linux64.zip
29+ wget -O /tmp/ifcopenshell_python.zip https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-`python3 -c 'import sys;print("".join(map(str, sys.version_info[0:2])))'`-v0.8.6-8b5b400 -linux64.zip
3030 mkdir -p `python3 -c 'import site; print(site.getusersitepackages())'`
3131 unzip -d `python3 -c 'import site; print(site.getusersitepackages())'` /tmp/ifcopenshell_python.zip
3232 - name : Lint with flake8
You can’t perform that action at this time.
0 commit comments