From 95707d17d6c83a1b98bc389e327bf2c27a96c23a Mon Sep 17 00:00:00 2001 From: mjreno Date: Fri, 1 Nov 2024 08:07:03 -0400 Subject: [PATCH] t0 --- .github/actions/build-netcdf-win/action.yml | 5 ++--- .github/workflows/test_release.yml | 19 +++++++++++++++++++ environment.yml | 3 +-- 3 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 .github/workflows/test_release.yml diff --git a/.github/actions/build-netcdf-win/action.yml b/.github/actions/build-netcdf-win/action.yml index 322cd3954dc..b3824b5020b 100644 --- a/.github/actions/build-netcdf-win/action.yml +++ b/.github/actions/build-netcdf-win/action.yml @@ -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 diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml new file mode 100644 index 00000000000..5e06da512c6 --- /dev/null +++ b/.github/workflows/test_release.yml @@ -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" diff --git a/environment.yml b/environment.yml index 06588dc6760..e7c51f8a129 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: - defaults dependencies: - - python>=3.9 + - python>=3.9,<3.13 - appdirs - codespell - filelock @@ -39,4 +39,3 @@ dependencies: - scipy - shapely - syrupy - \ No newline at end of file