Skip to content

Commit

Permalink
merge upstream/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Dec 18, 2023
2 parents 7f0b566 + f7ed5bc commit 0825b37
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,20 @@ jobs:
with:
fetch-depth: 0

- name: Setup gfortran
uses: fortran-lang/setup-fortran@v1
with:
compiler: gcc
version: 11

- name: Install Dependencies via Micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
cache-environment: true
cache-downloads: true
create-args: >-
python=3.9
python=3.10
conda
- name: Checkout MODFLOW 6
Expand All @@ -47,6 +53,13 @@ jobs:
run: |
python update_flopy.py
- name: Set environment variables
run: |
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
echo "PYWS_FORTRAN=true" >> $GITHUB_ENV
echo 'SETUPTOOLS_ENABLE_FEATURES="legacy-editable"' >> $GITHUB_ENV
cat .mf6_ci_ref_remote >> $GITHUB_ENV
- name: Install pywatershed
run: |
pip install .
Expand Down

0 comments on commit 0825b37

Please sign in to comment.