Skip to content

Commit

Permalink
trying to use pip installed docsteady 3
Browse files Browse the repository at this point in the history
  • Loading branch information
womullan committed Nov 18, 2024
1 parent 00000d4 commit 1b5ca8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docgen_from_Jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:

- name: docugen
env:
ZEPHYR_TOKEN: ${{ secrets.ZEPHYR_TOKEN }}
JIRA_USER: ${{ secrets.JIRA_USER }}
JIRA_PASSWORD: ${{ secrets.JIRA_PASSWORD }}
run: |
source ${CONDA}/bin/activate docsteady-env
pip install docsteady
docsteady --namespace DM generate-tpr LVV-P117 DMTR-412.tex
shell: bash

Expand Down

0 comments on commit 1b5ca8c

Please sign in to comment.