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 32ca6a6 commit e68cdd4Copy full SHA for e68cdd4
.github/workflows/ipywidgets-bokeh-ci.yml
@@ -26,6 +26,7 @@ jobs:
26
uses: conda-incubator/setup-miniconda@v2
27
with:
28
auto-update-conda: true
29
+ activate-environment: test
30
31
- name: Checkout the repository
32
uses: actions/checkout@v3
@@ -64,7 +65,8 @@ jobs:
64
65
- name: Install dev Python dependencies & Playwright browsers
66
if: success() || failure()
67
run: |
- python -m pip install --upgrade pip
68
+ conda install --channel conda-forge -y pip python
69
+ conda info
70
python -m pip install --editable .[dev]
71
python -m playwright install --with-deps
72
0 commit comments