Skip to content

Commit

Permalink
Merge branch 're-org' of https://github.com/spestana/goes-ortho into …
Browse files Browse the repository at this point in the history
…re-org
  • Loading branch information
spestana committed Mar 17, 2024
2 parents 5a95485 + 5bf7af4 commit 23e7f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
conda activate goesenv
pip install .
pip install pdoc3
pip install goespy@git+https://github.com/spestana/goes-py
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
source $CONDA/etc/profile.d/conda.sh
conda activate goesenv
pip install .
pip install goespy@git+https://github.com/spestana/goes-py
mamba install pytest
- name: Test with pytest
run: |
Expand Down

0 comments on commit 23e7f22

Please sign in to comment.