Skip to content

Commit

Permalink
r1
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed Jun 14, 2024
1 parent 21028f4 commit 1607cf2
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 @@ -17,7 +17,7 @@ jobs:
steps:
- run: |
set -vx
$nodes=$(python -c "print(list(range($num_nodes)))")
nodes=$(python -c "print(list(range($num_nodes)))")
echo nodes="$nodes" >>"$GITHUB_OUTPUT"
nodes:
Expand Down

0 comments on commit 1607cf2

Please sign in to comment.