Skip to content

Commit c43f633

Browse files
Fix docu pipeline following imcs-compsim#354
1 parent efad8e8 commit c43f633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
cd ${GITHUB_WORKSPACE}
2525
source python-workflow-venv/bin/activate
26-
pip install -e .[dev]
26+
pip install -e .[dev,fourc]
2727
- name: Build API documentation
2828
run: |
2929
source python-workflow-venv/bin/activate

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ make -j4
255255

256256
If you want to actively develop MeshPy or run the test suite, you must install MeshPy in _editable_ (`-e`) mode and with our optional developer dependencies (`[dev]`) like
257257
```bash
258-
pip install -e ".[dev]" # Quotation marks are required for some shells
258+
pip install -e ".[dev,fourc]" # Quotation marks are required for some shells
259259
```
260260
You can now run the MeshPy test suite to check that everything worked as expected
261261
```bash

0 commit comments

Comments
 (0)