-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Hi,
I'm trying to deploy my spider that uses playwright (scrapy-playwright for integration). I have the following configuration:
scrapinghub.yml
requirements:
file: requirements.txt
cmd:
- export PATH=/app/python/bin:$PATH
- playwright install
- playwright install-deps
I can see that modules get successfully installed in the deploy logs but how can I execute the following commands since playwright needs it after fresh installation. I couldn't find anything related to this in all of the zyte documentation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels