We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d99a1 commit bede718Copy full SHA for bede718
.github/workflows/solve_problem.yml
@@ -28,7 +28,7 @@ jobs:
28
python -m pip install --upgrade pip
29
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
31
- python -m pip install ./models+or-tools
+ python -m pip install ./models_or-tools
32
33
- name: Run the script
34
run: python ./models_or-tools/problems/${{ github.event.inputs.problem }}.py
0 commit comments