We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65dabab commit 06e7272Copy full SHA for 06e7272
.github/workflows/pytest.yaml
@@ -107,6 +107,10 @@ jobs:
107
# commented: use with "pandas-version" in the matrix, above
108
# pip install --upgrade pandas${{ matrix.pandas-version }}
109
110
+ # TEMPORARY With Python 3.13 pyam-iamc resolves to 1.3.1, which in turn
111
+ # limits pint < 0.17. Override. cf. iiasa/ixmp#544
112
+ pip install --upgrade pint
113
+
114
- name: Install R dependencies and tutorial requirements
115
run: |
116
install.packages(c("remotes", "Rcpp"))
0 commit comments