Skip to content

Commit

Permalink
Removal of EOL python form tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Feb 16, 2024
1 parent 51c7d53 commit fefea12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
name: Setup Python ${{ matrix.python-version }}
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -33,8 +33,8 @@ jobs:
python3 setup.py install
mkdir -p /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.2.tar.gz --strip-components=1 csv2bufr-templates-0.2/templates
- name: run tests ⚙️
run: |
pytest
Expand Down

0 comments on commit fefea12

Please sign in to comment.