Skip to content

Commit

Permalink
bump more versions in build
Browse files Browse the repository at this point in the history
  • Loading branch information
chicocvenancio committed Jul 9, 2024
1 parent 3693663 commit 4ad6189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
yarn-
- name: Install dependencies
run: python -m pip install -U jupyterlab~=3.1 check-manifest
run: python -m pip install -U jupyterlab~=3.6 check-manifest
- name: Build the extension
run: |
set -eux
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'
architecture: 'x64'
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 4ad6189

Please sign in to comment.