Skip to content

Commit

Permalink
Attempt to fix test conversion step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Sep 2, 2024
1 parent 132c348 commit b1ebc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ jobs:
unzip OS-1.zip
- name: Test conversion
run: vsi2tif -i OS-1/ -o output/ -b bftools/bfconvert
run: vsi2tif -i ./OS-1/ -o ./output/ -b bftools/bfconvert
shell: bash

0 comments on commit b1ebc52

Please sign in to comment.