Skip to content

Commit a26384f

Browse files
Update python-app-2.yml
1 parent 5a8f018 commit a26384f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app-2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v5
23-
# uses: priyagupta108/setup-python@test-1034-fix
22+
# uses: actions/setup-python@v5
23+
uses: priyagupta108/setup-python@test-1034-fix
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
cache: 'pip'

0 commit comments

Comments
 (0)