Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven committed Nov 14, 2023
1 parent 558af98 commit e305013
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/egret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
python-version: [3.7, 3.8, 3.9, '3.10']
pyomo-version: [6.4.0]
python-version: [3.8, 3.9, '3.10', '3.11']
pyomo-version: [6.4.3]
include:
- os: macos-latest
python-version: 3.7
Expand All @@ -39,10 +39,10 @@ jobs:
pyomo-version: 6.4.0
- os: ubuntu-20.04
python-version: 3.7
pyomo-version: main
pyomo-version: 6.4.0
- os: ubuntu-20.04
python-version: '3.11'
pyomo-version: 6.4.3
pyomo-version: main
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit e305013

Please sign in to comment.