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 86f7cbf commit 2c52ffeCopy full SHA for 2c52ffe
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/setup-python@v5
19
with:
20
python-version: ${{ matrix.python-version }}
21
- cache: "pip"
+ # cache: "pip"
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
0 commit comments