diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98b2594..2ee9ff5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,12 +56,12 @@ jobs: python-version: ${{ matrix.pyver.distver }} environment-file: conda/environment.yml - name: Install latex on Windows - if: ${{ matrix.platform.name }} == Windows shell: bash -l {0} + if: ${{ matrix.platform.name }} == 'Windows' run: | conda install -c krande -c conda-forge miktex - name: Install latex on Linux - if: ${{ matrix.platform.name }} == Linux + if: ${{ matrix.platform.name }} == 'Linux' run: | apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ texlive-latex-extra \ diff --git a/conda/meta.yaml b/conda/meta.yaml index 4d6231c..d38d17f 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -28,6 +28,7 @@ requirements: - tabulate - svgwrite - pytexit + - miktex # [win] test: source_files: - tests