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

Commit d5b3607

Browse files
authored
Update run-readme-pr.yml
1 - Remove steps experiment. 2 - add at-get install pip3 Maybe releng needs to look at what's happening with pip?
1 parent 8519a44 commit d5b3607

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ jobs:
1919
gpu-arch-version: "12.4"
2020
timeout: 60
2121
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'
2822
script: |
23+
set -x
24+
apt-get install pip3 pip || true
25+
2926
echo "::group::Print machine info"
3027
uname -a
3128
echo "::endgroup::"

0 commit comments

Comments
 (0)