Skip to content

Commit abfda38

Browse files
Update python-app.yml
1 parent 6c644ba commit abfda38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-app.yml

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ jobs:
88
fail-fast: false
99
matrix:
1010
python-version: ['3.13', '3.12', '3.9', '3.10', '3.11', '3.8']
11+
12+
env:
13+
PIP_DISABLE_PIP_VERSION_CHECK: 1
14+
PIP_NO_PYTHON_VERSION_WARNING: 1
15+
PIP_NO_WARN_SCRIPT_LOCATION: 1
16+
PY_COLORS: 1
1117
steps:
1218
- name: Checkout repository
1319
uses: actions/checkout@v4

0 commit comments

Comments
 (0)