Skip to content

Commit d19bdb2

Browse files
authored
Merge pull request #66 from SVF-tools/hanyuan/docker-pysvf
Update `pysvf` pip install to be on PyPI over TestPyPI
2 parents b686f57 + c52cb63 commit d19bdb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apt-get install -y $build_deps $lib_deps
2626
# has been intermittently unreachable from CI runners (HTTP 504 / 2-minute timeouts
2727
# from add-apt-repository), and SVF does not pin a Python version.
2828
RUN apt-get install -y python3-dev python3-pip python3-ipykernel
29-
RUN python3 -m pip install --break-system-packages pysvf -i https://test.pypi.org/simple/
29+
RUN python3 -m pip install --break-system-packages pysvf
3030
RUN python3 -m pip install --break-system-packages z3-solver
3131

3232
# Fetch and build SVF source.

0 commit comments

Comments
 (0)