Wheels: Fix typo in env_canada dep for armhf (#91918)

pull/91927/head
Franck Nijhof 2023-04-23 21:53:42 +02:00 committed by GitHub
parent 780d0a484d
commit e795ac5a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ jobs:
# will drop the platform in the near future (they consider it # will drop the platform in the near future (they consider it
# "flimsy" on 386). The following packages depend on pandas, # "flimsy" on 386). The following packages depend on pandas,
# so we comment them out. # 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|noaa-coops|# noaa-coops|g" ${requirement_file}
sed -i "s|pyezviz|# pyezviz|g" ${requirement_file} sed -i "s|pyezviz|# pyezviz|g" ${requirement_file}
sed -i "s|pykrakenapi|# pykrakenapi|g" ${requirement_file} sed -i "s|pykrakenapi|# pykrakenapi|g" ${requirement_file}