diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f18ecb6..448d0a8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,14 @@ jobs: - name: Setup run: | + echo "Path" + echo $PATH + echo "which python" + which python + echo "python --version" + python --version + echo "conda list" + conda list sudo apt-get install --yes poppler-utils pip install install-texlive python -m install_texlive -p $HOME/texlive -t $TEXLIVE_VERSION --collections='-a' --package-file tex-packages.txt --update -v diff --git a/common/packages.tex b/common/packages.tex index eb9a5ff0..a881d7d7 100644 --- a/common/packages.tex +++ b/common/packages.tex @@ -87,7 +87,7 @@ \usepackage{pdflscape} \usepackage{fancyvrb} -\usepackage[outputdir=build]{minted} +\usepackage{minted} \setminted{ autogobble, breaklines, diff --git a/environment.yml b/environment.yml index ed9f4ad6..d5050f93 100644 --- a/environment.yml +++ b/environment.yml @@ -19,4 +19,5 @@ dependencies: - black - black-jupyter - pip: + - latexminted - ./pygments_style