We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 micromamba setup isntead of pip install for speedup (e.g. similar to weldx setup)
- uses: CagtayFabry/pydeps2env@main with: file: 'pyproject.toml' channels: 'conda-forge defaults' extras: 'test vis media' setup_requires: 'include' - name: Setup Conda Environment uses: mamba-org/[email protected] with: environment-file: ./environment.yml environment-name: weldx init-shell: >- bash powershell cache-environment: true create-args: >- python=${{ matrix.py }} wheel pip
The text was updated successfully, but these errors were encountered:
pip will always be faster than anything conda based ;) But feel free to open a PR if you prefer this solution.
Sorry, something went wrong.
I guess the cache action would have to monitor pyproject.toml in that case, can you add change this in #107?
pyproject.toml
No branches or pull requests
Use micromamba setup isntead of pip install for speedup (e.g. similar to weldx setup)
The text was updated successfully, but these errors were encountered: