Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Oct 16, 2024
1 parent 626afc8 commit b1bbeb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
arch: [aarch64, ppc64le]
build: [cp36-*, cp37-*, cp38-*, cp39-*, cp310-*, cp311-*, cp312-*]
build: [cp36-*, cp37-*, cp38-*, cp39-*, cp310-*, cp311-*, cp312-*, cp313-*]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion amplpy/tests/test_ampl.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def test_get_iis(self):
r"""
var x >= 0;
var y{1..2} >= 0;
maximize obj: x+y[1]+y[2];
maximize obj: 0;
s.t. s: x+y[1] <= -5;
"""
)
Expand Down

0 comments on commit b1bbeb7

Please sign in to comment.