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

Use pip to install dependencies in test.yml Action #461

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

santisoler
Copy link
Member

@santisoler santisoler commented Aug 27, 2024

Update the test.yml GitHub Action so it makes use of pip to install the collected dependencies, instead of having to install Miniforge. Bump dependente version to 0.3.0. Add dask[distributed] to env/requirements-test.txt.

Update the `test.yml` GitHub Action so it makes use of `pip` to install
the collected dependencies, instead of having to install Miniforge. Bump
`dependente` version to `0.3.0`.
@santisoler santisoler marked this pull request as ready for review August 27, 2024 16:22
@santisoler
Copy link
Member Author

It seems that when running with macos-13, the Python setup doesn't work properly: when installing the packages it's using Python 3.12 even if the setup Python action was set to another version. I'll wait if this gets fixed upstream in GitHub.

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

Successfully merging this pull request may close these issues.

1 participant