Skip to content

Commit

Permalink
ol8 release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Jan 16, 2024
1 parent 8478c69 commit 4c38458
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-userguide-pdf/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
shell: bash
run: |
sudo apt-get update --fix-missing
sudo apt-get install latexmk texlive-latex-recommended texlive-formats-extra
sudo apt-get install -y latexmk texlive-latex-recommended texlive-formats-extra
- id: create
shell: bash
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/ol8-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- develop
- ci/*
- feature/xpress_9
workflow_dispatch:
workflow_run:
workflows: [ "Publish Release" ]
Expand Down Expand Up @@ -77,7 +78,7 @@ jobs:

build:
runs-on: ubuntu-latest
needs: [ docker_publish, userguide, versions ]
needs: [ userguide, versions ]
container: 'antaresrte/rte-antares:centos7-system-deps'
strategy:
matrix:
Expand Down Expand Up @@ -126,10 +127,10 @@ jobs:

- name: Install dependencies
run: |
pip3 install --upgrade pip
pip3 install wheel #Does not work in requirements
pip3 install -r requirements-tests.txt
pip3 install -r requirements-ui.txt
pip3 install -y --upgrade pip
pip3 install -y wheel #Does not work in requirements
pip3 install -y -r requirements-tests.txt
pip3 install -y -r requirements-ui.txt
- name: Download userguide
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 4c38458

Please sign in to comment.