We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3fddf commit 1d9caa9Copy full SHA for 1d9caa9
.github/workflows/ifcopenshell-docs.yml
@@ -13,6 +13,7 @@ jobs:
13
run: |
14
sudo apt update && sudo apt install -y python3-pip
15
pip3 install furo sphinx-autoapi sphinx-copybutton
16
+ pip3 install --force-reinstall -v "astroid==3.3.8"
17
git clone https://${{ secrets.GH_APIKEY }}@github.com/IfcOpenShell/IfcOpenShell
18
cd IfcOpenShell/src/ifcopenshell-python/docs
19
make html
0 commit comments