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 c8576dc commit 749fc7e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
define-nodes:
runs-on: ubuntu-latest
steps:
run: |
- run: |
echo "nodes='"$(python -c "print(list(range($num_nodes)))")"'" >>"$GITHUB_ENV"
nodes:
Expand All @@ -25,6 +25,5 @@ jobs:
id: ${{ fromJSON(env.nodes) }}

steps:
- name: Print
run: |
- run: |
echo ${{ matrix.id }}

0 comments on commit 749fc7e

Please sign in to comment.