Skip to content

Commit d957600

Browse files
author
Jon Drobny
committed
Removed another reference to pybca from workflow.
1 parent 3c3f95e commit d957600

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
@@ -44,7 +44,7 @@ jobs:
4444
python3 -m pip install setuptools_rust testresources setuptools wheel
4545
python3 -m pip install --upgrade pip setuptools wheel
4646
python3 -m pip install .
47-
python3 -c "from libRustBCA.pybca import *;"
47+
python3 -c "from libRustBCA import *;"
4848
python3 examples/test_rustbca.py
4949
- name: Test Fortran and C bindings
5050
run : |

0 commit comments

Comments
 (0)