Skip to content

Commit f4ab1e5

Browse files
committed
ci: Silence unnecessary warning
actions/setup-python#809
1 parent 0c0c5f6 commit f4ab1e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
pyver: [cp38, cp39, cp310, cp311, cp312]
1616
version: [2.28.8]
17+
env:
18+
PIP_DISABLE_PIP_VERSION_CHECK: 1
1719
steps:
1820
- uses: actions/checkout@v4
1921
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)