Skip to content

Commit 84047ef

Browse files
Update python-app.yml
1 parent ff27c31 commit 84047ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-app.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
matrix:
1010
python-version: ['3.13.1', '3.12.8', '3.9', '3.10', '3.11', '3.8']
1111

12-
env:
13-
PIP_NO_PYTHON_VERSION_WARNING: 1
12+
# env:
13+
# PIP_NO_PYTHON_VERSION_WARNING: 1
1414

1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818

1919
- name: Set up Python ${{ matrix.python-version }}
20-
# uses: actions/setup-python@v5
21-
uses: priyagupta108/setup-python@issue-1034
20+
uses: actions/setup-python@v2.3.1
21+
# uses: priyagupta108/setup-python@issue-1034
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
cache: 'pip'

0 commit comments

Comments
 (0)