Skip to content

Commit

Permalink
tried to fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Apr 15, 2024
1 parent c27724e commit fb86bbb
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,24 @@ jobs:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.11"]
session: ["tests"]
session: ["doc-tests"]
# conda-forge doesn't fit within nose char limits, change with pytest
iris-source : ["condaforge"]
include:
- os: [ "ubuntu-latest" ]
python-version: [ "3.11" ]
session: [ "tests" ]
iris-source: ["condaforge", "source"]
- os: [ "ubuntu-latest" ]
python-version: [ "3.10" ]
session: [ "tests" ]
- os: [ "ubuntu-latest" ]
python-version: [ "3.9" ]
session: [ "tests" ]
- os: "ubuntu-latest"
python-version: "3.11"
session: "tests"
iris-source: "condaforge"
- os: "ubuntu-latest"
python-version: "3.11"
session: "tests"
iris-source: "source"
- os: "ubuntu-latest"
python-version: "3.10"
session: "tests"
- os: "ubuntu-latest"
python-version: "3.9"
session: "tests"

env:
IRIS_TEST_DATA_VERSION: "2.24"
Expand Down

0 comments on commit fb86bbb

Please sign in to comment.