Skip to content

Commit 8170823

Browse files
committed
Add missing maturin install run step
1 parent a1bd7ce commit 8170823

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
- uses: actions/setup-python@v6
8080
with:
8181
python-version: '3.13'
82+
- run: python3 -m pip install maturin
8283
- run: maturin develop -r
8384
working-directory: libertem_dectris
8485
- run: maturin develop -r

0 commit comments

Comments
 (0)