Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Feb 1, 2024
1 parent 68757dd commit 751706b
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 @@ -35,8 +35,8 @@ jobs:
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
export BUFR_ORIGINATING_CENTRE 0
export BUFR_ORIGINATING_SUBCENTRE 0
export BUFR_ORIGINATING_CENTRE=0
export BUFR_ORIGINATING_SUBCENTRE=0
- name: run tests ⚙️
run: |
pytest
Expand Down

0 comments on commit 751706b

Please sign in to comment.