Skip to content

Commit

Permalink
Merge pull request #24 from MeteoSwiss/master
Browse files Browse the repository at this point in the history
update dev
  • Loading branch information
gugerlir authored Jan 3, 2024
2 parents 0b78b61 + 6a33e6d commit 383bb5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_rainforest_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest" ]
python-version: ["3.8", "3.9"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
max-parallel: 6

defaults:
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: master
ref: dev
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 383bb5f

Please sign in to comment.