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 d869a2d commit b70ea4cCopy full SHA for b70ea4c
.github/workflows/ipywidgets-bokeh-ci.yml
@@ -16,6 +16,7 @@ jobs:
16
matrix:
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
node-version: [18.x]
19
+ python-version: ["3.12"]
20
21
defaults:
22
run:
@@ -66,7 +67,7 @@ jobs:
66
67
- name: Install dev Python dependencies & Playwright browsers
68
if: success() || failure()
69
run: |
- conda install --channel conda-forge -y pip python
70
+ conda install -y pip python=${{ matrix.python-version }}
71
conda info
72
python -m pip install --editable .[dev]
73
python -m playwright install --with-deps
0 commit comments