Skip to content

Commit

Permalink
fix missing install for hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
luclaurent committed Dec 14, 2024
1 parent 512a92d commit e34bedc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ jobs:
# add --strict flag to be more strict in error catching
latexml --noparse --nocomment --strict --path=./amc2moodle/amc2moodle --dest=./out.xml ./amc2moodle/tests/payload_test_amc2moodle/QCM.tex
- name: Install amc2moodle
- name: Install amc2moodle (and hatch for coverage)
run: |
# add -e to have write access for test. TODO : change with temp file
pip install hatch
pip install -e .[test]
- name: Test amc2moodle
Expand Down

0 comments on commit e34bedc

Please sign in to comment.