Skip to content

Commit f60304a

Browse files
authored
update pyotracker to 6.9.5 and 3.11 (#577)
1 parent c911214 commit f60304a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyotracker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
pyomo-version: [6.9.1, main]
20+
pyomo-version: [6.9.5, main]
2121
steps:
2222
- uses: actions/checkout@v3
2323
- uses: conda-incubator/setup-miniconda@v2
2424
with:
2525
activate-environment: test_env
26-
python-version: 3.9
26+
python-version: 3.11
2727
auto-activate-base: false
2828
- name: Install dependencies
2929
run: |

0 commit comments

Comments
 (0)