Skip to content

Commit 7d489b6

Browse files
committed
update runner python
1 parent da38446 commit 7d489b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install Python
6868
uses: actions/setup-python@v5
6969
with:
70-
python-version: "3.9"
70+
python-version: "3.10"
7171
architecture: "x64"
7272
- uses: actions/download-artifact@v4
7373
with:
@@ -78,7 +78,7 @@ jobs:
7878
# Remove NodeJS, twice to take care of system and locally installed node versions.
7979
sudo rm -rf $(which node)
8080
sudo rm -rf $(which node)
81-
81+
8282
pip install "jupyterlab>=4.0.0,<5" pagebreaks*.whl
8383
8484

0 commit comments

Comments
 (0)