Skip to content

Commit

Permalink
Use of latest csv2bufr templates
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Feb 15, 2024
1 parent 417a564 commit feb5a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
python3 setup.py install
mkdir -p /opt/csv2bufr
cd /opt/csv2bufr
wget https://github.com/wmo-im/csv2bufr-templates/archive/refs/tags/v0.1.tar.gz
tar -zxf v0.1.tar.gz --strip-components=1 csv2bufr-templates-0.1/templates
wget https://github.com/wmo-im/csv2bufr-templates/archive/refs/tags/v0.2.tar.gz
tar -zxf v0.1.tar.gz --strip-components=1 csv2bufr-templates-0.2/templates
- name: run tests ⚙️
run: |
pytest
Expand Down

0 comments on commit feb5a9e

Please sign in to comment.