Skip to content

Commit e68cdd4

Browse files
author
perovskite
committed
conda
1 parent 32ca6a6 commit e68cdd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ipywidgets-bokeh-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: conda-incubator/setup-miniconda@v2
2727
with:
2828
auto-update-conda: true
29+
activate-environment: test
2930

3031
- name: Checkout the repository
3132
uses: actions/checkout@v3
@@ -64,7 +65,8 @@ jobs:
6465
- name: Install dev Python dependencies & Playwright browsers
6566
if: success() || failure()
6667
run: |
67-
python -m pip install --upgrade pip
68+
conda install --channel conda-forge -y pip python
69+
conda info
6870
python -m pip install --editable .[dev]
6971
python -m playwright install --with-deps
7072

0 commit comments

Comments
 (0)