pysal / tobler

Spatial interpolation, Dasymetric Mapping, & Change of Support
https://pysal.org/tobler
BSD 3-Clause "New" or "Revised" License
145 stars 30 forks source link

update setup-miniconda #98

Closed jGaboardi closed 3 years ago

jGaboardi commented 3 years ago
jGaboardi commented 3 years ago

Not sure what's causing this error here:

E   ModuleNotFoundError: No module named 'tobler'

The actions/checkout@v2 action sets up an environment based on the repo, tobler in this case (see spaghetti, libpysal, etc.). Therefore, there is no need for the following, which is removed in this PR:

- shell: bash -l {0}
  run: pip install -e . --no-deps --force-reinstall

However, the error above gets thrown now. @knaaptime What are your thoughts on this?