Skip to content

Commit

Permalink
fix update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Dec 16, 2024
1 parent 53512ab commit 2a3edef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set environment variables
run: |
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
echo "PYWS_FORTRAN=false >> $GITHUB_ENV
echo "PYWS_FORTRAN=false" >> $GITHUB_ENV
cat .mf6_ci_ref_remote >> $GITHUB_ENV
- name: Setup gfortran
Expand Down

0 comments on commit 2a3edef

Please sign in to comment.