Skip to content

Commit

Permalink
fix(#3969): fix gh tests collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits authored and juliamagan committed Sep 7, 2023
1 parent dad023b commit 07dda70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest_tests_collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
done
dir_list=${dir_list[@]::-1}
output="$output""$dir_list"' ]'
echo "$output" >> $GITHUB_OUTPUT
echo "$output" >> $GITHUB_ENV
- name: Show matrix
run: echo ${{ steps.set-matrix.outputs.matrix }}

Expand All @@ -39,7 +39,7 @@ jobs:
needs: setup
strategy:
matrix:
value: ${{ fromJson(needs.matrix_prep.outputs.matrix) }}
value: ${{ needs.setup.outputs.matrix }}

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 07dda70

Please sign in to comment.