Skip to content

Commit

Permalink
Install external dependencies too
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Nov 19, 2023
1 parent 674b3aa commit 54189af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/step_tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
use-only-tar-bz2: true

- name: Install from source
# This is required for the pre-commit tests
shell: pwsh
run: python -m pip install -e '.[test-external,test-cov]'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/step_tests-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python_version: ${{ matrix.python-version }}

- name: Install from source
run: python -m pip install -e '.[test-cov]' ${{ matrix.markdown-it-py-version && format('markdown-it-py{0}', matrix.markdown-it-py-version) }}
run: python -m pip install -e '.[test-cov,test-external]' ${{ matrix.markdown-it-py-version && format('markdown-it-py{0}', matrix.markdown-it-py-version) }}

- name: Install a Jupyter Kernel
if: ${{ !matrix.no_kernel }}
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Test lab extension
run: |
# Check extension
pip install jupyterlab>=4
pip install jupyterlab
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "jupyterlab-jupytext.*OK"
python -m jupyterlab.browser_check
Expand Down

0 comments on commit 54189af

Please sign in to comment.