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 626e844 commit 8690a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

env:
num_nodes: 4
testd: $

jobs:
define-matrix:
Expand All @@ -20,6 +19,7 @@ jobs:
nodes=$(python -c "print(list(range($num_nodes)))")
echo nodes="$nodes" >>"$GITHUB_OUTPUT"
- run: |
echo ${{ needs.define-matrix.outputs.nodes }}
echo ${{ fromJSON('[0, 1, 2]') }}
nodes:
Expand Down

0 comments on commit 8690a28

Please sign in to comment.