Commit 664e27c 1 parent bf5b6fb commit 664e27c Copy full SHA for 664e27c
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 42
42
- name : Setup Python
43
43
uses : actions/setup-python@v5
44
44
with :
45
- python-version : 3.9
45
+ python-version : ' 3.10 '
46
46
47
47
- name : Install Python packages
48
48
run : pip install -r requirements.txt
Original file line number Diff line number Diff line change 58
58
- name : Setup Python
59
59
uses : actions/setup-python@v5
60
60
with :
61
- python-version : 3.9
61
+ python-version : ' 3.10 '
62
62
63
63
- name : Install Python packages
64
64
run : pip install -r requirements.txt
@@ -109,7 +109,7 @@ jobs:
109
109
- name : Setup Python
110
110
uses : actions/setup-python@v5
111
111
with :
112
- python-version : 3.9
112
+ python-version : ' 3.10 '
113
113
114
114
- name : Install Python packages
115
115
run : pip install -r requirements.txt
Original file line number Diff line number Diff line change 1
- https://github.com/modflowpy/flopy/archive/develop.zip
2
- https://github.com/MODFLOW-ORG/modflow-devtools/archive/develop.zip
1
+ git+ https://github.com/modflowpy/flopy.git
2
+ git+ https://github.com/MODFLOW-ORG/modflow-devtools.git
3
3
flopy [test, optional ]
4
4
meson != 0.63.0
5
5
mfpymake
You can’t perform that action at this time.
0 commit comments