Skip to content

Commit

Permalink
Removal of explicit numpy install.
Browse files Browse the repository at this point in the history
Removal of unsupported versions of python from tests.yml
  • Loading branch information
david-i-berry committed Feb 15, 2024
1 parent bdd7683 commit 417a564
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.9, 3.10]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ RUN apt-get update -y \
# install csv2bufr templates
RUN mkdir /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
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

WORKDIR /tmp

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
numpy==1.21.6
click
eccodes
jsonschema

0 comments on commit 417a564

Please sign in to comment.