mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-19 07:01:11 -05:00
use pip (latest) to install playwright (#647)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user