We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef4f6f commit e9a9abcCopy full SHA for e9a9abc
1 file changed
.github/workflows/python-package-conda.yml
@@ -64,6 +64,8 @@ jobs:
64
- name: Setup Conda
65
uses: conda-incubator/setup-miniconda@v3
66
with:
67
+ auto-update-conda: true
68
+ environment-file: environment_ci.yml
69
activate-environment: pydiso-ci
70
71
- name: Conda information
0 commit comments