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 0ae698c commit 7d4ff95Copy full SHA for 7d4ff95
.github/workflows/ci.yml
@@ -55,6 +55,8 @@ jobs:
55
with:
56
python-version: '3.10'
57
architecture: ${{ matrix.target }}
58
+ cache: "pip"
59
+ - run: pip install -r requirements.txt
60
- name: Build wheels
61
uses: PyO3/maturin-action@v1
62
0 commit comments