From 78f0911f1419cbebb71af344dd2e1820be863f09 Mon Sep 17 00:00:00 2001 From: Gavin Burnell Date: Fri, 5 Apr 2024 21:13:00 +0100 Subject: [PATCH] Trim the ams package list --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index af25400..175fe27 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -21,7 +21,7 @@ jobs: - name: Setup TeX Live uses: teatimeguest/setup-texlive-action@v3 with: - packages: revtex4 amsmath amsbsy amsfonts amssymb amsxtra mathptmx times sfmath + packages: revtex4 amsmath amsfonts times sfmath - name: Checkout uses: actions/checkout@v2 - uses: mamba-org/setup-micromamba@v1