We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d82cbf commit 24213e7Copy full SHA for 24213e7
.github/workflows/ipywidgets-bokeh-ci.yml
@@ -29,6 +29,7 @@ jobs:
29
auto-update-conda: true
30
activate-environment: test
31
channels: conda-forge
32
+ python-version: ${{ python-version }}
33
34
- name: Checkout the repository
35
uses: actions/checkout@v4
@@ -67,7 +68,6 @@ jobs:
67
68
- name: Install dev Python dependencies & Playwright browsers
69
if: success() || failure()
70
run: |
- conda install -y pip python=${{ matrix.python-version }}
71
conda info
72
python -m pip install --editable .[dev]
73
python -m playwright install chromium
0 commit comments