mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
🔨 Run "Find Poetry Python environment" in backend/
This commit is contained in:
parent
a2aac4fcb1
commit
544ebbfb59
2 changed files with 4 additions and 0 deletions
2
.github/workflows/build-sphinx-report.yml
vendored
2
.github/workflows/build-sphinx-report.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
|||
working-directory: backend/
|
||||
run: "poetry install --no-interaction"
|
||||
- name: "Find Poetry Python environment"
|
||||
working-directory: backend/
|
||||
run: echo "pythonLocation=$(poetry env list --full-path | cut -f1 -d' ')/bin" >> $GITHUB_ENV
|
||||
- name: "Build HTML document with Sphinx"
|
||||
uses: ammaraskar/sphinx-action@master
|
||||
|
@ -56,6 +57,7 @@ jobs:
|
|||
working-directory: backend/
|
||||
run: poetry install --no-interaction
|
||||
- name: "Find Poetry Python environment"
|
||||
working-directory: backend/
|
||||
run: echo "pythonLocation=$(poetry env list --full-path | cut -f1 -d' ')/bin" >> $GITHUB_ENV
|
||||
- name: "Install Latex dependencies"
|
||||
run: apt-get update -y && apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
|
||||
|
|
2
.github/workflows/build-sphinx-thesis.yml
vendored
2
.github/workflows/build-sphinx-thesis.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
|||
working-directory: backend/
|
||||
run: "poetry install --no-interaction"
|
||||
- name: "Find Poetry Python environment"
|
||||
working-directory: backend/
|
||||
run: echo "pythonLocation=$(poetry env list --full-path | cut -f1 -d' ')/bin" >> $GITHUB_ENV
|
||||
- name: "Build HTML document with Sphinx"
|
||||
uses: ammaraskar/sphinx-action@master
|
||||
|
@ -56,6 +57,7 @@ jobs:
|
|||
working-directory: backend/
|
||||
run: poetry install --no-interaction
|
||||
- name: "Find Poetry Python environment"
|
||||
working-directory: backend/
|
||||
run: echo "pythonLocation=$(poetry env list --full-path | cut -f1 -d' ')/bin" >> $GITHUB_ENV
|
||||
- name: "Install Latex dependencies"
|
||||
run: apt-get update -y && apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
|
||||
|
|
Loading…
Reference in a new issue