Skip to content

Commit

Permalink
Merge pull request #236 from lincc-frameworks/issue/171/workflow
Browse files Browse the repository at this point in the history
Match RTD build steps
  • Loading branch information
delucchi-cmu authored Jun 23, 2023
2 parents 625e5f0 + ae19a6c commit e7dcc37
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
run: |
sudo apt-get update
python -m pip install --upgrade pip
if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt; fi
pip install .
pip install .[dev]
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
{%- if include_notebooks %}
- name: Install notebook requirements
run: |
Expand Down

0 comments on commit e7dcc37

Please sign in to comment.