Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/spestana/goes-ortho into main
Browse files Browse the repository at this point in the history
  • Loading branch information
spestana committed Sep 23, 2024
2 parents ebd6938 + 5ef40be commit 4bc7672
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --no-cache-dir Cython
pip install -r requirements.txt
pip install .
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
source $CONDA/etc/profile.d/conda.sh
conda activate goesenv
pip install .
pip install goespy@git+https://github.com/spestana/goes-py
pip install gtsa@git+https://github.com/friedrichknuth/gtsa
mamba install pytest
- name: Test with pytest
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --no-cache-dir Cython
pip install -r requirements.txt
pip install .

0 comments on commit 4bc7672

Please sign in to comment.