-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #238 from UC-Davis-molecular-computing/237-add-con…
…straint-using-rnaplex closes #237: add Constraint using RNAplex
- Loading branch information
Showing
12 changed files
with
578 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
name: "Docs Check" | ||
on: pull_request | ||
|
||
|
@@ -8,25 +7,25 @@ jobs: | |
container: | ||
image: unhumbleben/nupack:latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v3 | ||
with: | ||
python-version: '3.9' | ||
- name: Upgrade pip | ||
run: python -m pip install --upgrade pip | ||
- name: Install NUPACK | ||
run: | | ||
python -m pip install -U nupack -f /nupack/package | ||
# got from here: https://github.com/marketplace/actions/python-dependency-installation | ||
# should install dependencies in requirements.txt | ||
- name: Install Python dependencies | ||
uses: py-actions/py-dependency-install@v2 | ||
- name: Install Sphinx | ||
run: | | ||
python -m pip install sphinx sphinx_rtd_theme | ||
- name: Move to docs folder and build | ||
run: | | ||
cd doc | ||
pwd | ||
sphinx-build -T -E -W -b html . _build | ||
- name: Upgrade pip | ||
run: python -m pip install --upgrade pip | ||
- name: Install NUPACK | ||
run: | | ||
python -m pip install -U nupack -f /nupack/package | ||
# got from here: https://github.com/marketplace/actions/python-dependency-installation | ||
# should install dependencies in requirements.txt | ||
- name: Install Python dependencies | ||
uses: py-actions/py-dependency-install@v2 | ||
- name: Install Sphinx | ||
run: | | ||
python -m pip install sphinx sphinx_rtd_theme | ||
- name: Move to docs folder and build | ||
run: | | ||
cd doc | ||
pwd | ||
sphinx-build -T -E -W -b html . _build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.