Skip to content

Commit 85b9d3a

Browse files
authored
Fix Action syntax
1 parent ee3ab6c commit 85b9d3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/integration_testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ permissions:
1313
# These only prove that basic test suite in Linux works.
1414
# It is up to the individual packages to do detailed testing with astropy RC.
1515
jobs:
16-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
17-
with:
16+
test:
17+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
18+
with:
1819
submodules: false
1920
envs: |
2021
- linux: py310-asdf_astropy

0 commit comments

Comments
 (0)