diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 841ef049..c037579b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -101,17 +101,17 @@ jobs: run: | $(docker pull ghcr.io/ansys/dpf-core:22.2dev && docker run -d --name dpfserver -p ${{ env.DPF_PORT }}:50052 ghcr.io/ansys/dpf-core:22.2dev && echo "DPF Server active on port ${{ env.DPF_PORT }}.") & - - name: "Install OS packages" - run: | - sudo apt-get update - sudo apt install zip pandoc libgl1-mesa-glx xvfb texlive-latex-extra latexmk graphviz texlive-xetex libgomp1 - - name: "Set up Python using cache" uses: actions/setup-python@v5 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} cache: 'pip' cache-dependency-path: 'requirements/requirements_doc.txt' + + - name: "Install OS packages" + run: | + sudo apt update + sudo apt install zip pandoc libgl1-mesa-glx xvfb texlive-latex-extra latexmk graphviz texlive-xetex libgomp1 - name: "Install Python requirements" run: |