Skip to content

Commit

Permalink
Remove explicit markdown-it-py
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT authored and mwouts committed Jan 12, 2024
1 parent 1f1d580 commit c3bba69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/step_test_unit_functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python_version: 3.x

- name: Install from source
run: HATCH_BUILD_HOOKS_ENABLE=false python -m pip install -e '.[test-cov,test-${{ matrix.coverage }}]' markdown-it-py~=3.0
run: HATCH_BUILD_HOOKS_ENABLE=false python -m pip install -e '.[test-cov,test-${{ matrix.coverage }}]'

- name: Install a Jupyter Kernel
run: python -m ipykernel install --name python_kernel --user
Expand Down

0 comments on commit c3bba69

Please sign in to comment.