Skip to content

Commit dc6885b

Browse files
committed
Try to patch the integration tests for the crawlee branch
1 parent 89e572e commit dc6885b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/integration/actor_source_base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ RUN echo "Python version:" \
1616
&& echo "All installed Python packages:" \
1717
&& pip freeze
1818

19-
CMD ["sh", "-c", "python -m src"]
19+
CMD ["sh", "-c", "python server.py & python -m src"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# The test fixture will put the Apify SDK wheel path on the next line
22
APIFY_SDK_WHEEL_PLACEHOLDER
3+
uvicorn[standard]
4+
crawlee[parsel] @ git+https://github.com/apify/crawlee-python.git@master

0 commit comments

Comments
 (0)