Skip to content

Commit 8f38c48

Browse files
authored
Fixes (timeout and deprecation warning) (#6)
1 parent f5ad93a commit 8f38c48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- id: set-matrix
2121
run: |
22-
echo "::set-output name=matrix::{\"node\":[$(python getter.py)]}"
22+
echo "matrix={\"node\":[$(python getter.py)]}" >> $GITHUB_ENV
2323
job2:
2424
needs:
2525
- job1
@@ -28,6 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix: ${{fromJSON(needs.job1.outputs.matrix)}}
31+
timeout-minutes: 30
3132
steps:
3233
- uses: actions/checkout@v4
3334
- name: "Set up Julia"

0 commit comments

Comments
 (0)