aud dependency fork fix

Solves #2759
This commit is contained in:
Andrej730
2023-02-13 22:03:26 +05:00
parent 0a8a6e5825
commit cbc24c31a2
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
+4 -4
View File
@@ -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
+1 -1
View File
@@ -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