We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0c5f6 commit f4ab1e5Copy full SHA for f4ab1e5
.github/workflows/main.yml
@@ -14,6 +14,8 @@ jobs:
14
os: [ubuntu-latest, macos-latest, windows-latest]
15
pyver: [cp38, cp39, cp310, cp311, cp312]
16
version: [2.28.8]
17
+ env:
18
+ PIP_DISABLE_PIP_VERSION_CHECK: 1
19
steps:
20
- uses: actions/checkout@v4
21
- uses: actions/setup-python@v5
0 commit comments