Skip to content

Commit 8beeaae

Browse files
authored
Update Python setup action in workflow
Replaced custom Python setup action with official action.
1 parent a8dee58 commit 8beeaae

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/testing1087.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- uses: actions/checkout@v6
2424

2525
- name: Setup Python 3.11
26-
uses: gowridurgad/setup-python@testing-1087
26+
# uses: gowridurgad/setup-python@testing-1087
27+
uses: actions/setup-python@v6
2728
with:
2829
python-version: "3.11"
2930

@@ -56,7 +57,8 @@ jobs:
5657
run: ls -la /__w/_tool/Python/
5758

5859
- name: Setup Python 3.11
59-
uses: gowridurgad/setup-python@testing-1087
60+
uses: actions/setup-python@v6
61+
# uses: gowridurgad/setup-python@testing-1087
6062
with:
6163
python-version: "3.11"
6264

0 commit comments

Comments
 (0)