Skip to content

Commit

Permalink
r1
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed Jun 15, 2024
1 parent b80b4e5 commit 91ea1b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
nodes: $
steps:
- run: |
set -vx
nodes=$(python -c "print(list(range($num_nodes)))")
echo nodes="$nodes" >>"$GITHUB_OUTPUT"
echo ${{ env.testd }}
- run: |
echo ${{ fromJSON(needs.define-matrix.outputs.nodes) }}
nodes:
needs: define-matrix
Expand Down

0 comments on commit 91ea1b4

Please sign in to comment.