File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 99 schedule :
1010 # 05:00 UTC = 06:00 CET = 07:00 CEST
1111 - cron : " 0 5 * * *"
12+ pull_request_target :
13+ paths :
14+ - ' **.gms'
15+ - ' **.gpr'
16+ - ' **.gdx'
17+ types :
18+ - labeled
1219
1320env :
14- GAMS_VERSION : 29.1.0
21+ # Version used until 2024-11-20; disabled
22+ # GAMS_VERSION: 29.1.0
23+ # First version including a macOS arm64 distribution
24+ GAMS_VERSION : 43.4.1
1525 # See description in lint.yml
1626 depth : 100
1727
Original file line number Diff line number Diff line change 11"""Slow-running tests for nightly continuous integration."""
22
3+ from functools import partial # noqa: F401, is used through `case["test"]` below
4+
35import ixmp
6+ import numpy as np # noqa: F401, same as above
47import pytest
58
69import message_ix
You can’t perform that action at this time.
0 commit comments