Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing Github action #252

Open
JBGruber opened this issue May 18, 2024 · 0 comments
Open

Failing Github action #252

JBGruber opened this issue May 18, 2024 · 0 comments

Comments

@JBGruber
Copy link
Collaborator

The GitHub action is failing on the Windows and macOS runners (e.g., https://github.com/quanteda/spacyr/actions/runs/9132473287). I think the culprit is an additionally set virtual environment. From the Windows runner:

('C:/Users/runneradmin/AppData/Local/Temp/Rtmp6r0u57/working_dir/RtmpItEnOz/test-env162ced0b68/Scripts/python.exe')
cannot be used, as another version of Python
('C:/Users/runneradmin/Documents/.virtualenvs/r-spacyr/Scripts/python.exe')
has already been initialized. Please restart the R session if you need

I'm not sure why this "test-env162ced0b68" was created. A similar thing happens on macOS and Linux as well. But on Linux it's just a warning. I assume r-lib/actions/check-r-package@v2 is setting up another Python env, which creates a conflict.

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

No branches or pull requests

1 participant