Skip to content

Commit

Permalink
Fix the test version
Browse files Browse the repository at this point in the history
  • Loading branch information
dou-du committed Mar 10, 2020
1 parent 98a956c commit ac4fe0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: '3.7'
architecture: 'x64'
- name: Install dependencies
run: python -m pip install jupyterlab
run: python -m pip install jupyterlab==1.2.6
- name: Build the extension
run: |
jlpm && jlpm run build
Expand Down

0 comments on commit ac4fe0c

Please sign in to comment.