Skip to content

Commit

Permalink
Moved test python debugger step to tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Sep 11, 2024
1 parent b1fce42 commit 67cbf0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ 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 Expand Up @@ -66,3 +63,6 @@ jobs:
- name: Test CLI
run: vsi2tif --help
shell: bash

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

0 comments on commit 67cbf0e

Please sign in to comment.