diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 8f5f014..97eaf73 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -10,7 +10,7 @@ jobs: - name: Use older Python version uses: actions/setup-python@v4 with: - python-version: "3.7" + python-version: "3.6" - name: Install TeXLive uses: teatimeguest/setup-texlive-action@v2 with: