Skip to content

Commit

Permalink
Added python debugger test before build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Sep 11, 2024
1 parent bb66bc5 commit 6c1039d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:

- name: Install dependencies
run: pip install wheel setuptools

- name: Test Python debugger
run: python vsi2tif/vsi2tif.py --help

- name: Build package
run: python setup.py bdist_wheel
Expand Down

0 comments on commit 6c1039d

Please sign in to comment.