Skip to content

Commit 64b5307

Browse files
authored
ignore DataFrame test if not GeoPandas, give up on Python 3.7 builds (#137)
1 parent fd1e922 commit 64b5307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
2727
python-version: ['3.9', '3.10', '3.11']
28-
28+
2929
steps:
3030
- name: Check out python-pdal
3131
uses: actions/checkout@v2

0 commit comments

Comments
 (0)