Skip to content

Commit d84a76f

Browse files
authored
Another attempted fix
Removes another sudo invocation
1 parent a658f1e commit d84a76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustbca_compile_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
sudo apt install libhdf5-dev
4242
- name: test Python Bindings
4343
run: |
44-
sudo python3 -m pip install setuptools_rust testresources
44+
python3 -m pip install setuptools_rust testresources
4545
python3 setup.py install --root .
4646
python3 -c "from libRustBCA.pybca import *; print(simple_bca_py)"
4747
- name: Test RustBCA

0 commit comments

Comments
 (0)