Skip to content

Commit

Permalink
add optional dependencies install on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luclaurent committed Nov 29, 2024
1 parent 733b247 commit f09258b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-mac-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install amc2moodle
run: |
# add -e to have write access for test. TODO : change with temp file
pip install -e .
pip install -e .[test]
- name: Test amc2moodle
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install amc2moodle
run: |
# add -e to have write access for test. TODO : change with temp file
pip install -e .
pip install -e .[test]
- name: Test amc2moodle
run: |
Expand Down

0 comments on commit f09258b

Please sign in to comment.