Skip to content

Commit

Permalink
fix a typoe
Browse files Browse the repository at this point in the history
  • Loading branch information
DLWoodruff committed Nov 24, 2024
1 parent e5ce1d9 commit 9c5e66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: test_env
python-version: 3.
python-version: 3.9
auto-activate-base: false
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion mpisppy/tests/test_agnostic.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
have_GAMS = False
try:
import farmer_ampl_agnostic
hava_AMPL = True
have_AMPL = True
except ModuleNotFoundError:
have_AMPL = False
try:
Expand Down

0 comments on commit 9c5e66b

Please sign in to comment.