Skip to content

Commit 5a39128

Browse files
committed
compile prophet before running tests
1 parent 9387b2a commit 5a39128

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

k8/images/prophet/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
2424
pytest-custom_exit_code
2525

2626
RUN --mount=type=cache,target=/root/.cache/pip \
27-
cd python \
28-
pip install -e .
27+
pip install -e python/
2928

3029
RUN cd python \
3130
python -c "from fbprophet import Prophet"

k8/images/prophet/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.4
1+
1.3.5

0 commit comments

Comments
 (0)