Skip to content

Commit b70ea4c

Browse files
committed
Use Python 3.12 for now
1 parent d869a2d commit b70ea4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
node-version: [18.x]
19+
python-version: ["3.12"]
1920

2021
defaults:
2122
run:
@@ -66,7 +67,7 @@ jobs:
6667
- name: Install dev Python dependencies & Playwright browsers
6768
if: success() || failure()
6869
run: |
69-
conda install --channel conda-forge -y pip python
70+
conda install -y pip python=${{ matrix.python-version }}
7071
conda info
7172
python -m pip install --editable .[dev]
7273
python -m playwright install --with-deps

0 commit comments

Comments
 (0)