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.
1 parent ee3ab6c commit 85b9d3aCopy full SHA for 85b9d3a
.github/workflows/integration_testing.yml
@@ -13,8 +13,9 @@ permissions:
13
# These only prove that basic test suite in Linux works.
14
# It is up to the individual packages to do detailed testing with astropy RC.
15
jobs:
16
- uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
17
- with:
+ test:
+ uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
18
+ with:
19
submodules: false
20
envs: |
21
- linux: py310-asdf_astropy
0 commit comments