Skip to content

Commit

Permalink
t0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Nov 1, 2024
1 parent 876d47c commit 95707d1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/actions/build-netcdf-win/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ runs:
- name: Download NetCDF-Fortran
shell: bash
run: |
cd netcdf
mkdir -p netcdf-fortran-4.6.1/build
cd netcdf-fortran-4.6.1
mkdir -p netcdf/netcdf-fortran-4.6.1/build
cd netcdf/netcdf-fortran-4.6.1
curl https://downloads.unidata.ucar.edu/netcdf-fortran/4.6.1/netcdf-fortran-4.6.1.zip -O -J
unzip netcdf-fortran-4.6.1.zip
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: MODFLOW 6 test nightly build
on:
push:
branches:
- netcdf_ciwin_test5
paths-ignore:
- '**.md'
jobs:
make_dist:
name: Make development distribution
# uses: MODFLOW-USGS/modflow6/.github/workflows/release.yml@develop
uses: mjreno/modflow6/.github/workflows/release.yml@netcdf_ciwin_test5
with:
approve: false
branch: netcdf_ciwin_test5
developmode: true
full: false
run_tests: false
version: "6.6.0.dev0"
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- defaults

dependencies:
- python>=3.9
- python>=3.9,<3.13
- appdirs
- codespell
- filelock
Expand Down Expand Up @@ -39,4 +39,3 @@ dependencies:
- scipy
- shapely
- syrupy

0 comments on commit 95707d1

Please sign in to comment.