Skip to content

Commit

Permalink
debugging tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Feb 15, 2024
1 parent adc099c commit 01afb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
mkdir -p /opt/csv2bufr
cd /opt/csv2bufr
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
tar -zxf v0.2.tar.gz --strip-components=1 csv2bufr-templates-0.2/templates
- name: run tests ⚙️
run: |
pytest
Expand Down

0 comments on commit 01afb24

Please sign in to comment.