Skip to content

Commit

Permalink
run in virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Sep 26, 2023
1 parent 62f5f32 commit d85a33d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,11 @@ jobs:
uses: extractions/setup-just@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create virtualenv
run: |
python -m venv ./env
. env/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
-
name: Install JupyterLab Python extension
run: just install
Expand Down
2 changes: 1 addition & 1 deletion extensions/jupyterlab/connect_jupyterlab/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ install:
pip install -e .

install-python-tools:
pip install 'black==23.*' 'flake8==6.*' 'mypy==1.5.*' 'jupyterlab[dev]==4.*'
pip install 'black==23.*' 'flake8==6.*' 'mypy==1.5.*' 'jupyterlab==4.*'

max_line_length := '99'

Expand Down

0 comments on commit d85a33d

Please sign in to comment.