Skip to content

Commit

Permalink
TEMPORARY disable all CI tests but one
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Mar 26, 2024
1 parent 87ce082 commit e65b427
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
# - { os: windows-latest }
# Versions of both ixmp and message_ix to use plus latest supported python version
upstream:
- { version: v3.4.0, extra-deps: '"pandas<2.0"', python-version: "3.11" } # Minimum version given in pyproject.toml
- { version: v3.5.0, extra-deps: '"pandas<2.0"', python-version: "3.11" }
- { version: v3.6.0, extra-deps: '"pandas<2.0"', python-version: "3.11" }
- { version: v3.7.0, extra-deps: "", python-version: "3.11" }
- { version: v3.8.0, extra-deps: "", python-version: "3.12" } # Latest released version
# - { version: v3.4.0, extra-deps: '"pandas<2.0"', python-version: "3.11" } # Minimum version given in pyproject.toml
# - { version: v3.5.0, extra-deps: '"pandas<2.0"', python-version: "3.11" }
# - { version: v3.6.0, extra-deps: '"pandas<2.0"', python-version: "3.11" }
# - { version: v3.7.0, extra-deps: "", python-version: "3.11" }
# - { version: v3.8.0, extra-deps: "", python-version: "3.12" } # Latest released version
- { version: main, extra-deps: "", python-version: "3.12" } # Development version

fail-fast: false
Expand Down

0 comments on commit e65b427

Please sign in to comment.