mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
@@ -109,7 +109,7 @@ jobs:
|
|||||||
sudo /usr/bin/python -m pip install isodate
|
sudo /usr/bin/python -m pip install isodate
|
||||||
sudo /usr/bin/python -m pip install lark
|
sudo /usr/bin/python -m pip install lark
|
||||||
sudo /usr/bin/python -m pip install networkx
|
sudo /usr/bin/python -m pip install networkx
|
||||||
sudo /usr/bin/python -m pip install aud
|
sudo /usr/bin/python -m pip install https://github.com/Andrej730/aud/archive/refs/heads/master-reduced-size.zip
|
||||||
sudo /usr/bin/python -m pip install tabulate
|
sudo /usr/bin/python -m pip install tabulate
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|||||||
@@ -278,10 +278,10 @@ endif
|
|||||||
rm -rf dist/working
|
rm -rf dist/working
|
||||||
|
|
||||||
# Provides audio playback for costing
|
# Provides audio playback for costing
|
||||||
mkdir dist/working
|
mkdir -p dist/working
|
||||||
cd dist/working && wget https://files.pythonhosted.org/packages/e4/4f/b40aaedfd24543e1d2aad69f6ed73f8cd3a13982c01ef4ed22145d06cff9/aud-0.8.6.tar.gz
|
git clone https://github.com/Andrej730/aud.git --branch master-reduced-size --depth 1 dist/working/aud
|
||||||
cd dist/working && tar -xzvf aud*
|
cd dist/working/aud && git checkout 529af208fbcb707c387bfb681d2605c0b6112de7
|
||||||
cp -r dist/working/aud-0.8.6/aud dist/blenderbim/libs/site/packages/
|
cp -r dist/working/aud/aud dist/blenderbim/libs/site/packages/
|
||||||
rm -rf dist/working
|
rm -rf dist/working
|
||||||
|
|
||||||
# Provides jsgantt-improved supports for web-based construction sequencing gantt charts
|
# Provides jsgantt-improved supports for web-based construction sequencing gantt charts
|
||||||
|
|||||||
@@ -221,7 +221,7 @@ Required Python modules to be stored in ``libs/site/packages/`` are:
|
|||||||
dateutil
|
dateutil
|
||||||
isodate
|
isodate
|
||||||
networkx
|
networkx
|
||||||
aud
|
https://github.com/Andrej730/aud/archive/refs/heads/master-reduced-size.zip
|
||||||
deepdiff
|
deepdiff
|
||||||
jsonpickle
|
jsonpickle
|
||||||
ordered_set
|
ordered_set
|
||||||
|
|||||||
Reference in New Issue
Block a user