Skip to content

Commit

Permalink
GQL-98: Fixes python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
macrouch committed Dec 19, 2024
1 parent e92ed13 commit f1afc06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9']
python-version: ['3.11']
fail-fast: false
steps:
- name: Checkout code
Expand All @@ -90,7 +90,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install -r requirements.txt
run: pip install -r src/earthdataVarinfo/requirements.txt
- name: Run tests
run: python -m unittest discover
working-directory: ./src/earthdataVarinfo
Expand Down

0 comments on commit f1afc06

Please # to comment.