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

Fix docs #299

Merged
merged 7 commits into from
Aug 22, 2023
Merged

Fix docs #299

merged 7 commits into from
Aug 22, 2023

Conversation

wpreimes
Copy link
Member

No description provided.

Comment on lines 30 to 38
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
auto-update-conda: true
miniforge-variant: Mambaforge
miniforge-version: "latest"
channel-priority: flexible
python-version: ${{ matrix.python-version }}
environment-file: ${{ matrix.ymlfile }}
mamba-version: "*"
activate-environment: pytesmo # todo: must match with name in environment.yml
auto-activate-base: false
Copy link
Member Author

@wpreimes wpreimes Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sebhahn I just fixed an error in the pytesmo windows builds that looks a lot like the error in the ascat package (e.g. here). So these few lines in the CI file might be relevant for you (also that I use setup-miniconda@v2 while you pin a specific old version there).

@wpreimes wpreimes merged commit 8a05d60 into TUW-GEO:master Aug 22, 2023
12 checks passed
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 this pull request may close these issues.

None yet

1 participant