Skip to content

Commit cf50052

Browse files
committed
Try fix recommended from Daniel.
1 parent 78d0fd1 commit cf50052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/terraform/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ variable "pillow_name_version" {
3131
variable "rasterio_name_version" {
3232
description = "Name and version, separated by underscore (example: rasterio_1.3.8)"
3333
type = string
34-
default = "rasterio_no_numpy_1.3.8"
35-
}
34+
default = "rasterio_no_numpy"
35+
}

0 commit comments

Comments
 (0)