Skip to content

Commit

Permalink
eccodes path fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Dec 22, 2024
1 parent 72e933e commit 6a537df
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 @@ -34,10 +34,9 @@ jobs:
pip3 install -e "git+https://github.com/tomkralidis/jsonschema@ref-yaml#egg=jsonschema"
pip3 install -r requirements-dev.txt
python3 setup.py install
codes_info
- name: run tests ⚙️
run: |
export ECCODES_DEFINITION_PATH=/opt/conda/share/eccodes/definitions
export ECCODES_DEFINITION_PATH=/usr/share/miniconda/envs/__setup_conda/share/eccodes/definitions
cd tests
pytest
- name: run flake8 ⚙️
Expand Down

0 comments on commit 6a537df

Please sign in to comment.