Skip to content

Commit

Permalink
forcing pip install with python -m pip and --no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Mar 22, 2024
1 parent f78b614 commit 1ebaae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_testpypi_nomcr
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ MAINTAINER David Meunier "[email protected]"

############################################# install skullTo3d

RUN pip install --index-url https://test.pypi.org/simple/ --pre skullTo3d
RUN python -m pip install --no-deps --index-url https://test.pypi.org/simple/ --pre skullTo3d

RUN python -c "import skullTo3d; print(skullTo3d.__version__)"

0 comments on commit 1ebaae6

Please sign in to comment.