Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

CI: use conda to create Python environments instead of GitHub Actions Python matrix #39

Open
tswast opened this issue Apr 26, 2021 · 0 comments

Comments

@tswast
Copy link
Collaborator

tswast commented Apr 26, 2021

By using conda, we should be able to use an editable install without all the permissions issues we were encountering in #38 This should allow us to remove this hack:

# See https://github.com/pypa/pip/issues/7953
echo "import site
import sys
site.ENABLE_USER_SITE = '--user' in sys.argv[1:]
$(cat ./ibis/setup.py)" > ./ibis/setup.py

See: ibis-project/ibis#2738

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant