Skip to content

Commit 463449b

Browse files
committed
test: change pip install command
1 parent c511dd9 commit 463449b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/solve_problem.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ 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+
pip install ./models_or-tools
3232
3333
- name: Run the script
3434
run: |
3535
pip freeze
36-
cd ./models_or-tools/problems
37-
python ${{ github.event.inputs.problem }}.py
36+
python ./models_or-tools/problems/${{ github.event.inputs.problem }}.py

0 commit comments

Comments
 (0)