We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b2f40c + 36fa2e6 commit d33a056Copy full SHA for d33a056
.github/workflows/deploy.yml
@@ -19,10 +19,6 @@ jobs:
19
id-token: write
20
steps:
21
- uses: actions/checkout@v2
22
- - name: Merge
23
- run: |
24
- cp .ci_support/environment-openmpi.yml environment.yml
25
- echo "- python-build" >> environment.yml
26
- uses: conda-incubator/setup-miniconda@v2.2.0
27
with:
28
python-version: 3.11
@@ -31,7 +27,7 @@ jobs:
31
miniforge-variant: Mambaforge
32
channel-priority: strict
33
29
auto-update-conda: true
34
- environment-file: environment.yml
30
+ environment-file: .ci_support/environment-openmpi.yml
35
- name: Convert dependencies
36
run: |
37
cp .ci_support/environment-old.yml environment.yml
0 commit comments