Skip to content

Commit 42b462d

Browse files
Update python-app.yml
1 parent 5b6fce5 commit 42b462d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-app.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v5
21+
# uses: actions/setup-python@v5
22+
uses: priyagupta108/setup-python@issue-1034
2223
with:
2324
python-version: ${{ matrix.python-version }}
2425
cache: 'pip'

0 commit comments

Comments
 (0)