Skip to content

Commit

Permalink
Use of dim eccodes base image, issues with conda eccodes install and …
Browse files Browse the repository at this point in the history
…paths.

(dim image also used in w2b where b2g may be run).
  • Loading branch information
david-i-berry committed Dec 22, 2024
1 parent 2ea2793 commit 9803319
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push, pull_request ]

jobs:
main:
runs-on: ubuntu-latest
runs-on: wmoim/dim_eccodes_baseimage:jammy-2.36.0
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
Expand All @@ -28,7 +28,6 @@ jobs:

- name: Install requirements 📦
run: |
conda install eccodes
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
pip3 install -e "git+https://github.com/tomkralidis/jsonschema@ref-yaml#egg=jsonschema"
Expand Down

0 comments on commit 9803319

Please sign in to comment.