Skip to content

Commit 4b9623b

Browse files
committed
Update CI workflow dependency installation.
1 parent 6c276ff commit 4b9623b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci_docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
path: .cache
2727
restore-keys: |
2828
mkdocs-material-
29-
- run: pip install mkdocs-material mkdocs-glightbox mkdocs-jupyter mkdocstrings mkdocstrings-python
29+
- run: |
30+
python -m pip install --upgrade pip
31+
pip install mkdocs-material mkdocs-glightbox mkdocs-jupyter mkdocstrings mkdocstrings-python
32+
pip install git+https://github.com/NOC-MSM/OceanDataStore.git
3033
- working-directory: ./docs
3134
run: mkdocs gh-deploy --force

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements.txt
26-
pip install pytest
26+
pip install git+https://github.com/NOC-MSM/OceanDataStore.git
2727
2828
- name: 🧪 Run Pytest
2929
run: |

0 commit comments

Comments
 (0)