Skip to content

Commit 881dcec

Browse files
committed
ci: fix dockerfile in dev test
1 parent 389645e commit 881dcec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pysr/test/test_dev_pysr.dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ WORKDIR /pysr
1818
# Install PySR:
1919
# We do a minimal copy so it doesn't need to rerun at every file change:
2020
ADD ./pyproject.toml /pysr/pyproject.toml
21-
ADD ./setup.py /pysr/setup.py
21+
ADD ./LICENSE /pysr/LICENSE
22+
ADD ./README.md /pysr/README.md
2223

2324
RUN mkdir /pysr/pysr
2425
ADD ./pysr/*.py /pysr/pysr/

0 commit comments

Comments
 (0)