Skip to content

Commit a109773

Browse files
committed
Fix maturin target usage in python bindings workflow
1 parent 219d65e commit a109773

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-bindings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
else
118118
source .venv/bin/activate
119119
fi
120-
maturin develop --target native
120+
maturin develop
121121
122122
- name: Install test dependencies
123123
working-directory: crates/terraphim_automata_py
@@ -207,7 +207,7 @@ jobs:
207207
else
208208
source .venv/bin/activate
209209
fi
210-
maturin develop --release --target native
210+
maturin develop --release
211211
212212
- name: Install benchmark dependencies
213213
working-directory: crates/terraphim_automata_py

0 commit comments

Comments
 (0)