diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 2336f45..4271318 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -54,5 +54,7 @@ jobs: uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1 with: test_command: pytest $GITHUB_WORKSPACE/tests; pytest --mpl $GITHUB_WORKSPACE/tests + # Remove python-version when python-dateutil >2.8.2 + python-version: "3.11" secrets: pypi_token: ${{ secrets.pypi_password }}