Skip to content

Commit

Permalink
Drop pyhton path export, since not required
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jan 23, 2024
1 parent 472dfef commit 138a969
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/rustapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ jobs:
run: |
cargo check
cargo clippy --all-targets
- name: Set Python path
if: ${{ matrix.os == 'macos-latest' }}
run: |
site=$(python3 -c '
from pathlib import Path;
print(Path("../.venv/lib/python3.11/site-packages/").resolve())
')
echo "PYTHONPATH=$site:$PYTHONPATH" >> "$GITHUB_ENV"
- name: Build & run example
working-directory: crate
run: |
Expand Down

0 comments on commit 138a969

Please sign in to comment.