Skip to content

Commit d33a056

Browse files
authored
Merge pull request #232 from pyiron/deploy_cleanup
Update deploy.yml
2 parents 4b2f40c + 36fa2e6 commit d33a056

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
id-token: write
2020
steps:
2121
- uses: actions/checkout@v2
22-
- name: Merge
23-
run: |
24-
cp .ci_support/environment-openmpi.yml environment.yml
25-
echo "- python-build" >> environment.yml
2622
- uses: conda-incubator/setup-miniconda@v2.2.0
2723
with:
2824
python-version: 3.11
@@ -31,7 +27,7 @@ jobs:
3127
miniforge-variant: Mambaforge
3228
channel-priority: strict
3329
auto-update-conda: true
34-
environment-file: environment.yml
30+
environment-file: .ci_support/environment-openmpi.yml
3531
- name: Convert dependencies
3632
run: |
3733
cp .ci_support/environment-old.yml environment.yml

0 commit comments

Comments
 (0)