Skip to content

Commit f54e7c0

Browse files
committed
Pin LOBSTER version in "docs" workflow
Use specific version of LOBSTER to ensure that future changes of LOBSTER do not break the workflow.
1 parent 64c8ac4 commit f54e7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
python -m pip install --upgrade pip
4242
pip install -r requirements_dev.txt
43-
pip install bmw-lobster-core bmw-lobster-tool-python
43+
pip install bmw-lobster-core==0.14.4 bmw-lobster-tool-python==0.14.4
4444
pip install --no-deps bmw-lobster-tool-trlc
4545
sudo apt-get install -y graphviz
4646
- name: Fetch CVC5

0 commit comments

Comments
 (0)