Skip to content

Commit

Permalink
part1
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Nov 26, 2023
1 parent c3de5a6 commit 875b1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/docker/indigo-tester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN cd /indigo && \
cd build && \
cmake .. && \
cmake --build . --target indigo-python --config Release -- -j $(nproc) && \
python3 -m pip install ../dist/*.whl
python3 -m pip install ../dist/*.whl --break-system-packages

COPY ./api/http/requirements.txt ./api_requirements.txt
COPY ./api/http/requirements_dev.txt ./api_requirements_dev.txt
Expand Down

0 comments on commit 875b1de

Please sign in to comment.