We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6587cc commit c08a2cfCopy full SHA for c08a2cf
.github/workflows/publish_docker.yml
@@ -36,5 +36,6 @@ jobs:
36
run: |
37
python -m pip install --upgrade pip
38
pip install -r local-requirements.txt
39
+ pip install -r requirements.txt
40
pip install -e .
41
- run: ./utils/docker/publish_docker.sh stable
.github/workflows/test_docker.yml
@@ -36,6 +36,7 @@ jobs:
- name: Build Docker image
42
run: bash utils/docker/build.sh --amd64 ${{ matrix.docker-image-variant }} playwright-python:localbuild-${{ matrix.docker-image-variant }}
0 commit comments