Skip to content

Commit 8340576

Browse files
committed
Add py3.9-min
1 parent d7205c5 commit 8340576

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/workflows/pytest-remote-data.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
matrix:
5959
python-version: [3.9, "3.10", "3.11", "3.12"]
6060
suffix: [''] # the alternative to "-min"
61+
include:
62+
- python-version: 3.9
63+
suffix: -min
6164

6265
runs-on: ubuntu-latest
6366
if: (github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'remote-data')) || (github.event_name == 'push')

ci/requirements-py3.9-min.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: test_env
2+
channels:
3+
- defaults
4+
dependencies:
5+
- coveralls
6+
- pip
7+
- pytest
8+
- pytest-cov
9+
- pytest-mock
10+
- pytest-timeout
11+
- python=3.9
12+
- pytz
13+
- requests
14+
- pip:
15+
- dataclasses
16+
- h5py==3.0.0
17+
- numpy==1.19.3
18+
- pandas==1.3.0 # min version of pvlib
19+
- scipy==1.6.0
20+
- pytest-rerunfailures # conda version is >3.6
21+
- pytest-remotedata # conda package is 0.3.0, needs > 0.3.1
22+
- requests-mock

0 commit comments

Comments
 (0)