We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c1d110 + b7ff7da commit 7e6c9ebCopy full SHA for 7e6c9eb
.github/workflows/test_and_publish.yml
@@ -54,5 +54,7 @@ jobs:
54
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
55
with:
56
test_command: pytest $GITHUB_WORKSPACE/tests; pytest --mpl $GITHUB_WORKSPACE/tests
57
+ # Remove python-version when python-dateutil >2.8.2
58
+ python-version: "3.11"
59
secrets:
60
pypi_token: ${{ secrets.pypi_password }}
0 commit comments