Skip to content

Commit e63ab28

Browse files
committed
IVS-849 version bump for syntax
1 parent 9b7ec04 commit e63ab28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

0 commit comments

Comments
 (0)