We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4467f4 commit f773910Copy full SHA for f773910
.github/workflows/pytest.yml
@@ -58,8 +58,6 @@ jobs:
58
uses: actions/setup-python@v5
59
with:
60
python-version: ${{ matrix.python-version }}
61
- cache: pip
62
- cache-dependency-path: pyproject.toml
63
64
- name: Install ${{ env.package-name }}
65
run: |
0 commit comments