mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
@@ -109,7 +109,7 @@ jobs:
|
||||
sudo /usr/bin/python -m pip install isodate
|
||||
sudo /usr/bin/python -m pip install lark
|
||||
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
|
||||
|
||||
- name: Test
|
||||
|
||||
@@ -278,10 +278,10 @@ endif
|
||||
rm -rf dist/working
|
||||
|
||||
# Provides audio playback for costing
|
||||
mkdir dist/working
|
||||
cd dist/working && wget https://files.pythonhosted.org/packages/e4/4f/b40aaedfd24543e1d2aad69f6ed73f8cd3a13982c01ef4ed22145d06cff9/aud-0.8.6.tar.gz
|
||||
cd dist/working && tar -xzvf aud*
|
||||
cp -r dist/working/aud-0.8.6/aud dist/blenderbim/libs/site/packages/
|
||||
mkdir -p dist/working
|
||||
git clone https://github.com/Andrej730/aud.git --branch master-reduced-size --depth 1 dist/working/aud
|
||||
cd dist/working/aud && git checkout 529af208fbcb707c387bfb681d2605c0b6112de7
|
||||
cp -r dist/working/aud/aud dist/blenderbim/libs/site/packages/
|
||||
rm -rf dist/working
|
||||
|
||||
# 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
|
||||
isodate
|
||||
networkx
|
||||
aud
|
||||
https://github.com/Andrej730/aud/archive/refs/heads/master-reduced-size.zip
|
||||
deepdiff
|
||||
jsonpickle
|
||||
ordered_set
|
||||
|
||||
Reference in New Issue
Block a user