We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c8ac4 commit f54e7c0Copy full SHA for f54e7c0
.github/workflows/docs.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
python -m pip install --upgrade pip
42
pip install -r requirements_dev.txt
43
- pip install bmw-lobster-core bmw-lobster-tool-python
+ pip install bmw-lobster-core==0.14.4 bmw-lobster-tool-python==0.14.4
44
pip install --no-deps bmw-lobster-tool-trlc
45
sudo apt-get install -y graphviz
46
- name: Fetch CVC5
0 commit comments