Skip to content

Commit

Permalink
CI: Make sure DEBIAN_FRONTEND=noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Sep 9, 2023
1 parent 3f1a0f0 commit 20778f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ concurrency:

env:
PROJ_VERSION: "9.3.0"
DEBIAN_FRONTEND: noninteractive

jobs:
make_sdist:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_proj_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
DEBIAN_FRONTEND: noninteractive

jobs:
test_proj_latest:
name: PROJ Latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:

env:
PYPROJ_FULL_COVERAGE: YES
DEBIAN_FRONTEND: noninteractive

jobs:
linting:
Expand Down

0 comments on commit 20778f7

Please sign in to comment.