Skip to content

Commit c08a2cf

Browse files
committed
pip install in GHA workflows
1 parent d6587cc commit c08a2cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish_docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ jobs:
3636
run: |
3737
python -m pip install --upgrade pip
3838
pip install -r local-requirements.txt
39+
pip install -r requirements.txt
3940
pip install -e .
4041
- run: ./utils/docker/publish_docker.sh stable

.github/workflows/test_docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
python -m pip install --upgrade pip
3838
pip install -r local-requirements.txt
39+
pip install -r requirements.txt
3940
pip install -e .
4041
- name: Build Docker image
4142
run: bash utils/docker/build.sh --amd64 ${{ matrix.docker-image-variant }} playwright-python:localbuild-${{ matrix.docker-image-variant }}

0 commit comments

Comments
 (0)