Skip to content

Commit

Permalink
Add GH multinode test, r1
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed Jun 14, 2024
1 parent 749fc7e commit c128f62
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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
echo "nodes='"$(python -c "print(list(range($num_nodes)))")"'" >>"$GITHUB_ENV"
echo "nodes='"$(python -c "print(list(range($num_nodes)))")"'" >>"$GITHUB_ENV"
nodes:
needs: define-nodes
Expand Down

0 comments on commit c128f62

Please sign in to comment.