Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Updated tests to include csv2bufr templates.
  • Loading branch information
david-i-berry authored Jan 15, 2024
1 parent 56d6876 commit 069041f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
pip3 install -r requirements.txt
pip3 install -r requirements-dev.txt
python3 setup.py install
mkdir -p /opt/csv2bufr
git clone https://github.com/wmo-im/csv2bufr-templates.git -b refactor /opt/csv2bufr
- name: run tests ⚙️
run: |
pytest
Expand Down

0 comments on commit 069041f

Please sign in to comment.