Skip to content

Commit

Permalink
Input device is not a tty
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Aug 26, 2024
1 parent 05e66d5 commit 5027c53
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 @@ -77,7 +77,7 @@ jobs:
- name: Test
run: |
docker run --rm -it ghcr.io/opengisch/qgis-slim:latest python3 -c 'from qgis.core import QgsApplication; QgsApplication([], False)'
docker run --rm ghcr.io/opengisch/qgis-slim:latest python3 -c 'from qgis.core import QgsApplication; QgsApplication([], False)'
- name: Push release
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 5027c53

Please sign in to comment.