Skip to content

Commit 9e733f9

Browse files
committed
run min only
1 parent 635f32c commit 9e733f9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/testing.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
os: [ubuntu-latest]
3232
environment-file:
3333
- ci/39-MIN.yaml
34-
- ci/310.yaml
35-
- ci/311.yaml
36-
- ci/311-DEV.yaml
37-
include:
38-
- environment-file: ci/311.yaml
39-
os: macos-latest
40-
- environment-file: ci/311.yaml
41-
os: windows-latest
34+
#- ci/310.yaml
35+
#- ci/311.yaml
36+
#- ci/311-DEV.yaml
37+
#include:
38+
#- environment-file: ci/311.yaml
39+
# os: macos-latest
40+
#- environment-file: ci/311.yaml
41+
# os: windows-latest
4242
fail-fast: false
4343

4444
steps:

ci/39-MIN.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ dependencies:
55
- python=3.9
66
# required
77
- git
8-
- libpysal=4.5.0
8+
- libpysal=4.5
99
- numpy=1.23
1010
- pip
1111
- scipy=1.8
12-
- spreg=1.0.4
12+
- spreg=1.2
1313
# testing
1414
- codecov
1515
- pytest

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
scipy>=1.8
22
numpy>=1.23
3-
libpysal>=4.5.0
4-
spreg>=1.0.4
3+
libpysal>=4.5
4+
spreg>=1.2

0 commit comments

Comments
 (0)