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 1607cf2 commit b80b4e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

env:
num_nodes: 4
testd: $

jobs:
define-matrix:
Expand All @@ -19,6 +20,7 @@ jobs:
set -vx
nodes=$(python -c "print(list(range($num_nodes)))")
echo nodes="$nodes" >>"$GITHUB_OUTPUT"
echo ${{ env.testd }}
nodes:
needs: define-matrix
Expand Down

0 comments on commit b80b4e5

Please sign in to comment.