Skip to content

Commit 8fd1f4d

Browse files
Update python-app.yml
1 parent ed97b30 commit 8fd1f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
run: |
2525
pip cache dir
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v5
28-
# uses: priyagupta108/setup-python@issue-1034
27+
# uses: actions/setup-python@v5
28+
uses: priyagupta108/setup-python@issue-1034
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
cache: 'pip'

0 commit comments

Comments
 (0)