From e795ac5a8e2a0658683fc23596c1a97fc80dd86f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 23 Apr 2023 21:53:42 +0200 Subject: [PATCH] Wheels: Fix typo in env_canada dep for armhf (#91918) --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 24f09663348..b6a00492e3d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -293,7 +293,7 @@ jobs: # will drop the platform in the near future (they consider it # "flimsy" on 386). The following packages depend on pandas, # so we comment them out. - sed -i "s|env-canada|# env-canada|g" ${requirement_file} + sed -i "s|env_canada|# env_canada|g" ${requirement_file} sed -i "s|noaa-coops|# noaa-coops|g" ${requirement_file} sed -i "s|pyezviz|# pyezviz|g" ${requirement_file} sed -i "s|pykrakenapi|# pykrakenapi|g" ${requirement_file}