Skip to content

Commit

Permalink
Update to repo used for templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Jan 15, 2024
1 parent 4f10536 commit 538842e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
pip3 install -r requirements-dev.txt
python3 setup.py install
mkdir -p /opt/csv2bufr
git clone https://github.com/wmo-im/csv2bufr-templates.git /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
- name: run tests ⚙️
run: |
pytest
Expand Down

0 comments on commit 538842e

Please sign in to comment.