We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d9038 commit 849f30dCopy full SHA for 849f30d
1 file changed
.github/workflows/build.yml
@@ -25,6 +25,7 @@ jobs:
25
uses: actions/setup-python@v5
26
with:
27
python-version: ${{ matrix.python-version }}
28
+ cache: 'pip'
29
- name: Install dependencies
30
run: pip install -e .[dev]
31
0 commit comments