Skip to content

Commit

Permalink
remove geoarrow-c ref
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Sep 25, 2023
1 parent 133b900 commit f11f604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Because of namespace packaging we have to add __init__.py in geoarrow and
# rebuild to avoid confusing pytest
for pkg in c pyarrow pandas; do
for pkg in pyarrow pandas; do
pushd geoarrow-$pkg
touch src/geoarrow/__init__.py
pip uninstall --yes geoarrow-$pkg
Expand Down

0 comments on commit f11f604

Please sign in to comment.