Skip to content

Commit

Permalink
move sample plugin location
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Mar 6, 2024
1 parent 07a5205 commit 680d9b6
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Register and run a plugin
if: github.ref_name != 'main' && matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'
working-directory: py-polars/sample_plugin
working-directory: sample_plugin
run: |
maturin develop
pytest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
"docs/src/rust",
# "examples/*",
"py-polars",
"py-polars/sample_plugin",
"sample_plugin",
]
default-members = [
"crates/*",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 680d9b6

Please sign in to comment.