Skip to content

Commit 7e0ae05

Browse files
Update python-app.yml
1 parent 1473290 commit 7e0ae05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-app.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ jobs:
1010
python-version: ['3.13', '3.12', '3.9', '3.10', '3.11', '3.8']
1111

1212
env:
13-
PIP_DISABLE_PIP_VERSION_CHECK: 1
13+
1414
PIP_NO_PYTHON_VERSION_WARNING: 1
15-
# PIP_NO_WARN_SCRIPT_LOCATION: 1
16-
PY_COLORS: 1
15+
1716
steps:
1817
- name: Checkout repository
1918
uses: actions/checkout@v4

0 commit comments

Comments
 (0)