We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d9d8c commit fe5ce31Copy full SHA for fe5ce31
.github/workflows/rust.yml
@@ -61,6 +61,4 @@ jobs:
61
shell: bash
62
run: |
63
eval "$($CONDA/bin/conda shell.bash activate)"
64
- mkdir -p target/debug/deps
65
- ln -s $CONDA_PREFIX/lib/libpython* target/debug/deps
66
cargo run --example a_simple_example
0 commit comments