Skip to content

Commit

Permalink
Update to tests.yml to install templates before testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Jan 15, 2024
1 parent 312c446 commit 64e93b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 102 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
102 changes: 0 additions & 102 deletions csv2bufr/resources/mappings/mapping_schema.json

This file was deleted.

0 comments on commit 64e93b6

Please sign in to comment.