Skip to content

Commit

Permalink
Fix pyopt typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Sep 10, 2024
1 parent 77808e4 commit 7a9e726
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nextmv/golden/python-pyoptinterface-knapsack/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestGolden(t *testing.T) {
},
ExecutionConfig: &golden.ExecutionConfig{
Command: "python3",
Args: []string{"../../../python-pyoptinterace-knapsack/main.py"},
Args: []string{"../../../python-pyoptinterface-knapsack/main.py"},
InputFlag: "-input",
OutputFlag: "-output",
},
Expand Down
3 changes: 0 additions & 3 deletions .nextmv/golden/workflow-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ apps:
- name: python-ortools-costflow
language: python
language-version: 3.11
- name: hello-world
language: python
language-version: 3.11
- name: python-ortools-knapsack
language: python
language-version: 3.11
Expand Down
2 changes: 1 addition & 1 deletion .nextmv/workflow-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ apps:
app_id: python-pyomo-knapsack
marketplace_app_id: knapsack.pyomo
description: Solve a knapsack problem using Pyomo.
- name: python-pyoptinterace-knapsack
- name: python-pyoptinterface-knapsack
type: python
app_id:
marketplace_app_id:
Expand Down

0 comments on commit 7a9e726

Please sign in to comment.