Skip to content

Commit 24213e7

Browse files
committed
clean up
1 parent 7d82cbf commit 24213e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
auto-update-conda: true
3030
activate-environment: test
3131
channels: conda-forge
32+
python-version: ${{ python-version }}
3233

3334
- name: Checkout the repository
3435
uses: actions/checkout@v4
@@ -67,7 +68,6 @@ jobs:
6768
- name: Install dev Python dependencies & Playwright browsers
6869
if: success() || failure()
6970
run: |
70-
conda install -y pip python=${{ matrix.python-version }}
7171
conda info
7272
python -m pip install --editable .[dev]
7373
python -m playwright install chromium

0 commit comments

Comments
 (0)