From 18e7f3b986e02e4af8dc021c0d084d4fa040f3bd Mon Sep 17 00:00:00 2001 From: Oscar Branson Date: Wed, 10 Jul 2024 07:11:55 +0100 Subject: [PATCH] more test tweas --- .github/workflows/tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0ca320b..897f79e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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