Skip to content

Commit

Permalink
Fix rename of rasterio zip in tests TF
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Aug 28, 2024
1 parent e08712a commit bbd1322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ variable "pillow_name_version" {
variable "rasterio_name_version" {
description = "Name and version, separated by underscore (example: rasterio_1.3.8)"
type = string
default = "rasterio_1.3.8"
default = "rasterio_no_numpy_1.3.8"
}

0 comments on commit bbd1322

Please sign in to comment.