Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jan 19, 2022
1 parent 5e0cab9 commit f622f92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
channels: conda-forge

- name: Install the package
env:
NODE_OPTIONS: --openssl-legacy-provider
run: |
pip install .
Expand All @@ -57,6 +59,8 @@ jobs:
run: flake8 bqplot --ignore=E501,W504,W503

- name: JavaScript prettyfier
env:
NODE_OPTIONS: --openssl-legacy-provider
run: |
yarn install
yarn run prettier --check .
Expand Down
2 changes: 1 addition & 1 deletion test-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pandas >=1.0.0,<2.0.0
- bqscales >=0.2.2,<0.3
- scipy
- jupyterlab=3.2
- jupyterlab
- jupyter-packaging
- pytest
- nbval
Expand Down

0 comments on commit f622f92

Please sign in to comment.