Skip to content

Commit 3076816

Browse files
authored
Update python-publish.yml
1 parent d7b1d58 commit 3076816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Build release distributions
2121
run: |
22-
pip3 install setuptools_rust
22+
pip3 install -r requirements.txt
2323
pip3 install pytest
2424
python3 setup.py build
2525
pytest

0 commit comments

Comments
 (0)