Skip to content

Commit

Permalink
python3
Browse files Browse the repository at this point in the history
  • Loading branch information
SPDonaghy committed Sep 16, 2024
1 parent cb28f0e commit 8ed0c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-shapely.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Test shapely import
run: |
python -c "from shapely import union_all; print('union_all imported successfully')"
python3 -c "from shapely import union_all; print('union_all imported successfully')"

0 comments on commit 8ed0c2c

Please sign in to comment.