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

Error when using positional arguments in extra-specs #60

Closed
malmans2 opened this issue Jun 9, 2022 · 0 comments · Fixed by #62
Closed

Error when using positional arguments in extra-specs #60

malmans2 opened this issue Jun 9, 2022 · 0 comments · Fixed by #62

Comments

@malmans2
Copy link

malmans2 commented Jun 9, 2022

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"]
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 a pull request may close this issue.

1 participant