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 had to limit the environment.yaml to <3.12 because of pre-commit failures. See discussion here: https://github.com/anaconda/anaconda-linter/pull/369/files/38afd56f38143fd61b8f7ae545e37e935c3f2d09#diff-0ff3348ae0de662ef053d7de057a7a92c091a09fc3d245c8da02bec028ca3d0b
Also, it looks like the CI action manually patches the environment.yaml here: https://github.com/anaconda/anaconda-linter/blob/main/.github/actions/setup-env/action.yaml#L32
sed -i 's/- python >=3.*$/- python ${{ inputs.python-version }}.*/' environment.yaml
So a few fixes needed here:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had to limit the environment.yaml to <3.12 because of pre-commit failures. See discussion here:
https://github.com/anaconda/anaconda-linter/pull/369/files/38afd56f38143fd61b8f7ae545e37e935c3f2d09#diff-0ff3348ae0de662ef053d7de057a7a92c091a09fc3d245c8da02bec028ca3d0b
Also, it looks like the CI action manually patches the environment.yaml here: https://github.com/anaconda/anaconda-linter/blob/main/.github/actions/setup-env/action.yaml#L32
So a few fixes needed here:
The text was updated successfully, but these errors were encountered: