Skip to content

Commit 96cfc07

Browse files
committed
ci: fix dev test dockerfile
1 parent 389645e commit 96cfc07

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pysr/test/test_dev_pysr.dockerfile

Lines changed: 2 additions & 1 deletion
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)