Skip to content

Commit

Permalink
Grammar typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jan 14, 2025
1 parent 6db771e commit 7d67333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,8 @@ jobs:
- name: Report pyomo plugin information
run: |
# MRM / Jan 9, 2025: We update the PATH manually to make sure we capture
# the all of our changes. This is necessary because of an
# MRM / Jan 9, 2025: We update the PATH manually to make sure we
# capture all of our changes. This is necessary because of an
# issue with how the PATH rearranges on Windows.
# Issue: https://github.com/actions/runner-images/issues/11328
export PATH=$PYOMO_PATH
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,8 @@ jobs:
- name: Report pyomo plugin information
run: |
# MRM / Jan 9, 2025: We update the PATH manually to make sure we capture
# the all of our changes. This is necessary because of an
# MRM / Jan 9, 2025: We update the PATH manually to make sure we
# capture all of our changes. This is necessary because of an
# issue with how the PATH rearranges on Windows.
# Issue: https://github.com/actions/runner-images/issues/11328
export PATH=$PYOMO_PATH
Expand Down

0 comments on commit 7d67333

Please sign in to comment.