Skip to content

Commit fe5ce31

Browse files
committed
Remove the "link trick" for Anaconda in CI
1 parent d6d9d8c commit fe5ce31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/rust.yml

-2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,4 @@ jobs:
6161
shell: bash
6262
run: |
6363
eval "$($CONDA/bin/conda shell.bash activate)"
64-
mkdir -p target/debug/deps
65-
ln -s $CONDA_PREFIX/lib/libpython* target/debug/deps
6664
cargo run --example a_simple_example

0 commit comments

Comments
 (0)