Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 5e65126

Browse files
authored
Update run-readme-pr.yml
Can we mix `steps:` with `script: |` in git workflows? Testing 123 testing!
1 parent 30f6ba8 commit 5e65126

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/run-readme-pr.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
gpu-arch-type: cuda
1919
gpu-arch-version: "12.4"
2020
timeout: 60
21+
steps:
22+
- name: Checkout repo
23+
uses: actions/checkout@v3
24+
- name: Setup Python
25+
uses: actions/setup-python@v4
26+
with:
27+
python-version: '3.10.11'
2128
script: |
2229
echo "::group::Print machine info"
2330
uname -a

0 commit comments

Comments
 (0)