Skip to content

Commit

Permalink
more test tweas
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbranson committed Jul 10, 2024
1 parent 7dd48bb commit 18e7f3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Testing ${{ matrix.os }}, python ${{ matrix.python-version }}
shell: bash -l {0}
run: |
python3 -m pip install -e .
pushd tests/test_data/GLODAP_data && python3 get_GLODAP_data.py && popd
python3 -m unittest
python -m pip install --upgrade pip
python -m pip install -e .
pushd tests/test_data/GLODAP_data && python get_GLODAP_data.py && popd
python -m unittest

0 comments on commit 18e7f3b

Please sign in to comment.