Skip to content

Commit

Permalink
ci: Try removing array
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 5, 2023
1 parent e46c9a6 commit 0ace6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- "23.04.0"
- "latest-everything"
profile: ["docker"] # TODO , "singularity", "conda"]
test: ["${{ fromJson(needs.list.outputs.tests) }}"]
test: ${{ fromJson(needs.list.outputs.tests) }}
steps:
- name: Check out pipeline code
uses: actions/checkout@v3
Expand Down

0 comments on commit 0ace6b6

Please sign in to comment.