diff --git a/.github/workflows/basic-tests.yml b/.github/workflows/basic-tests.yml index 55e9c24ee9a..ab22c715793 100644 --- a/.github/workflows/basic-tests.yml +++ b/.github/workflows/basic-tests.yml @@ -50,7 +50,7 @@ jobs: export LAL_DATA_PATH=$PWD tox -e py-inference - name: store documentation page - if: matrix.test-type == 'docs' && matrix.python-version == '3.8' + if: matrix.test-type == 'docs' && matrix.python-version == '3.12' uses: actions/upload-artifact@v2 with: name: documentation-page