Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Apr 18, 2024
1 parent 8a7eeae commit c2b75d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ jobs:
- name: Create dir structure
run: |
mkdir -p "$(dirname "${{ inputs.dependency-graph-output }}")"
# TODO: generate a graph for each extra requirement sets (like main, dev, docs, tests, ...).
- name: Generate graph
run: >
pipdeptree --python ./.venv/bin/python --packages ${{ needs.project-metadata.outputs.package_name }}
Expand Down

0 comments on commit c2b75d3

Please sign in to comment.