Skip to content

Commit

Permalink
added setuptools to builddoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipPartsch authored Jul 3, 2024
1 parent c3f2b72 commit fdc0cc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/builddoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install setuptools
python -m pip install -r ./docs/requirements.txt
python -m pip install .
- name: run pytest
run: |
coverage run --branch --data-file=./docs/_static/_external_data/coverage.file -m pytest ./tests/ --junitxml=./docs/_static/_external_data/merge_dicts_test_results.xml --report-log=./docs/_static/_external_data/merge_dicts_test_log.json
Expand Down

0 comments on commit fdc0cc1

Please sign in to comment.