Skip to content

Commit e7dcc37

Browse files
authored
Merge pull request #236 from lincc-frameworks/issue/171/workflow
Match RTD build steps
2 parents 625e5f0 + ae19a6c commit e7dcc37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python-project-template/.github/workflows/{% if include_docs %}build-documentation.yml{% endif %}.jinja

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
run: |
2525
sudo apt-get update
2626
python -m pip install --upgrade pip
27+
if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt; fi
2728
pip install .
28-
pip install .[dev]
29-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3029
{%- if include_notebooks %}
3130
- name: Install notebook requirements
3231
run: |

0 commit comments

Comments
 (0)