From 538842e2b9e7d99ea2a4985ccfe33c5481946b98 Mon Sep 17 00:00:00 2001 From: david-i-berry Date: Mon, 15 Jan 2024 22:02:19 +0100 Subject: [PATCH] Update to repo used for templates. --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ea2d4f8..8716222 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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