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
I'm getting issues when using positional arguments in extra-specs. I think the issue can be fixed by appending extra-specs at the end of the command.
Here are the settings I'm using:
- name: Install Conda environment with Micromamba uses: mamba-org/provision-with-micromamba@main with: environment-file: environment.yml environment-name: test_env channels: conda-forge cache-env: true cache-env-key: ubuntu-latest-3.10 extra-specs: | python=3.10
Error: Failed to execute ["bash","-c","micromamba create -n test_env --strict-channel-priority -y \"python=3.10\" -f /home/runner/work/edsapi/edsapi/environment.yml"]
The text was updated successfully, but these errors were encountered:
channels
Fix #60: channels both in action arguments and environment file (#62)
4ec73b7
Successfully merging a pull request may close this issue.
I'm getting issues when using positional arguments in extra-specs. I think the issue can be fixed by appending extra-specs at the end of the command.
Here are the settings I'm using:
The text was updated successfully, but these errors were encountered: