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

GitHub workflows "Set up conda" step failing #104

Closed
lukegre opened this issue Nov 17, 2020 · 6 comments
Closed

GitHub workflows "Set up conda" step failing #104

lukegre opened this issue Nov 17, 2020 · 6 comments

Comments

@lukegre
Copy link
Contributor

lukegre commented Nov 17, 2020

PR #99 failing due to CI set up.

I think this might be due to an outdated GitHub actions recipe.

- name: Set up conda
uses: conda-incubator/setup-miniconda@v1
with:
auto-update-conda: true
channels: conda-forge
mamba-version: '*'
activate-environment: esmtools-minimum-tests
python-version: ${{ matrix.python-version }}

I'm using the following config for my cookiecutter repo. Last time I tried, it was passing. But the steps look almost identical to what you're running 🤔
https://github.com/luke-gregor/cookiecutter-conda-gh_actions/blob/0159bb4ee05ee4cbc906228497394ad554417880/%7B%7Bcookiecutter.repo_name%7D%7D/.github/workflows/test.yml#L21-L29

@bradyrx
Copy link
Owner

bradyrx commented Nov 17, 2020

Ah man. I'll give this a look. It was running fine when I set it up. Thanks for the heads up.

@bradyrx
Copy link
Owner

bradyrx commented Nov 17, 2020

I basically just lifted what we're doing over at climpred and put it here. https://github.com/pangeo-data/climpred/blob/master/.github/workflows/climpred_testing.yml

@bradyrx
Copy link
Owner

bradyrx commented Nov 17, 2020

Perhaps one of those upstream things that just pops up: camerahub/camerahub#630.

@bradyrx
Copy link
Owner

bradyrx commented Nov 17, 2020

Opened an issue here at their hook: conda-incubator/setup-miniconda#101.

@bradyrx
Copy link
Owner

bradyrx commented Nov 17, 2020

Okay they were already aware, just need to bump to version v2. https://github.com/openforcefield/openforcefield/blob/master/.github/workflows/CI.yml#L60

@bradyrx
Copy link
Owner

bradyrx commented Nov 17, 2020

Addressed in #105.

@bradyrx bradyrx closed this as completed Nov 17, 2020
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

No branches or pull requests

2 participants