Skip to content

Commit

Permalink
fix(github-actions) change macos-latests to macos13. modflowapi not w…
Browse files Browse the repository at this point in the history
…orking with v14
  • Loading branch information
p-ortega committed Aug 13, 2024
1 parent 3a339f0 commit e7bc009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
os: [macos-13]
python-version: ['3.9', '3.10', '3.11']
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/mf6rtm/mf6rtm.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def __init__(self, wd, mf6api, phreeqcbmi):
def _set_fixed_components(self, fixed_components):
...
def _set_reactive(self, reactive):
'''Set the model to run only transport or transport and reactions
'''Set the model to run only transport or transport and reactions
'''
self.reactive = reactive

Expand Down

0 comments on commit e7bc009

Please sign in to comment.