Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Nov 27, 2023
1 parent 4b2f40c commit 36fa2e6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v2
- name: Merge
run: |
cp .ci_support/environment-openmpi.yml environment.yml
echo "- python-build" >> environment.yml
- uses: conda-incubator/[email protected]
with:
python-version: 3.11
Expand All @@ -31,7 +27,7 @@ jobs:
miniforge-variant: Mambaforge
channel-priority: strict
auto-update-conda: true
environment-file: environment.yml
environment-file: .ci_support/environment-openmpi.yml
- name: Convert dependencies
run: |
cp .ci_support/environment-old.yml environment.yml
Expand Down

0 comments on commit 36fa2e6

Please sign in to comment.