diff --git a/.github/workflows/test-shapely.yml b/.github/workflows/test-shapely.yml index a96470e0e..5feae4d6b 100644 --- a/.github/workflows/test-shapely.yml +++ b/.github/workflows/test-shapely.yml @@ -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')"