You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I admittedly don't know much about conda -- I believe the environment is created from this environment.yml and then it runs conda install python-tzdata:
channels:
- conda-forge
- defaultsdependencies:
# This cannot be empty as otherwise no environment will be created.# We're using openssl here as it is available on all system and will# most likely be always installed anyways.# See https://github.com/conda/conda/issues/9487
- openssl
The text was updated successfully, but these errors were encountered:
I don't know if the bug is for this, but it's somehow breaking pre-commit's tests for conda.
I'm installing
python-tzdata
there and then importing thetzdata
module and getting an import error:I admittedly don't know much about conda -- I believe the environment is created from this
environment.yml
and then it runsconda install python-tzdata
:The text was updated successfully, but these errors were encountered: