Skip to content

Commit

Permalink
Remove the "link trick" for Anaconda in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Dec 24, 2024
1 parent d6d9d8c commit fe5ce31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,4 @@ jobs:
shell: bash
run: |
eval "$($CONDA/bin/conda shell.bash activate)"
mkdir -p target/debug/deps
ln -s $CONDA_PREFIX/lib/libpython* target/debug/deps
cargo run --example a_simple_example

0 comments on commit fe5ce31

Please sign in to comment.