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 1542d1a commit 4f10536
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 @@ -32,7 +32,7 @@ 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 -b refactor /opt/csv2bufr
git clone https://github.com/wmo-im/csv2bufr-templates.git /opt/csv2bufr
- name: run tests ⚙️
run: |
pytest
Expand Down

0 comments on commit 4f10536

Please sign in to comment.