Skip to content

Commit 3921010

Browse files
Update python-app.yml
1 parent eb80f2a commit 3921010

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
@@ -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@fix-windows-pip-cache
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
cache: 'pip'

0 commit comments

Comments
 (0)