Skip to content

Commit bede718

Browse files
committed
fix: typo in workflow for solver
1 parent c9d99a1 commit bede718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/solve_problem.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3030
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
31-
python -m pip install ./models+or-tools
31+
python -m pip install ./models_or-tools
3232
3333
- name: Run the script
3434
run: python ./models_or-tools/problems/${{ github.event.inputs.problem }}.py

0 commit comments

Comments
 (0)