use pip (latest) to install playwright (#647)

This commit is contained in:
Madhur Tandon
2022-08-01 20:45:49 +05:30
committed by GitHub
parent eb31978488
commit 8ed8ddbf76
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ setup:
npm install
$(CONDA_EXE) env $(shell [ -d $(env) ] && echo update || echo create) -p $(env) --file environment.yml
$(conda_run) playwright install
$(CONDA_EXE) install -c anaconda pytest
$(CONDA_EXE) install -c anaconda pytest -y
clean:
find . -name \*.py[cod] -delete

View File

@@ -4,14 +4,14 @@ channels:
- microsoft
dependencies:
- python=3.9
- pip=20.2.2
- pip
- pytest=7
- nodejs=16
- black
- isort
- codespell
- pre-commit
- playwright
- pip:
- playwright
- pytest-playwright