Skip to content

Commit

Permalink
Update python-app-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarB83 authored Oct 4, 2024
1 parent f17b91b commit d63c264
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
conda --version
- name: Change conda version
- name: Change conda version and set channels
run: |
# RB: Bug in the most recent version (24.1.2)
conda install conda=23.11.0 python=3.11
conda --version
conda config --remove channels defaults
conda config --add channels conda-forge
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
Expand Down

0 comments on commit d63c264

Please sign in to comment.