From 749fc7edf8a900d9773807b101848aaa9365ded7 Mon Sep 17 00:00:00 2001 From: Alexei Fedotov Date: Fri, 14 Jun 2024 23:21:49 +0200 Subject: [PATCH] Add GH multinode test, r1 --- .github/workflows/deploy-gh.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-gh.yaml b/.github/workflows/deploy-gh.yaml index bc92d2a..393beee 100644 --- a/.github/workflows/deploy-gh.yaml +++ b/.github/workflows/deploy-gh.yaml @@ -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: @@ -25,6 +25,5 @@ jobs: id: ${{ fromJSON(env.nodes) }} steps: - - name: Print - run: | + - run: | echo ${{ matrix.id }}