Skip to content

Commit 82e9375

Browse files
author
Dave Kozma
committed
Add requirements.txt
1 parent a6a52e5 commit 82e9375

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- uses: actions/setup-python@v4
3131
with:
3232
python-version: "3.10"
33+
cache: "pip"
34+
- run: pip install -r requirements.txt
3335
- name: Build wheels
3436
uses: PyO3/maturin-action@v1
3537
with:

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
maturin==1.2.0
2+
uniffi-bindgen==0.24.1

0 commit comments

Comments
 (0)