Skip to content

Commit

Permalink
install python-build
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 27, 2023
1 parent 8d80522 commit 4579516
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ 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 @@ -27,7 +31,7 @@ jobs:
miniforge-variant: Mambaforge
channel-priority: strict
auto-update-conda: true
environment-file: .ci_support/environment-openmpi.yml
environment-file: environment.yml
- name: Convert dependencies
run: |
cp .ci_support/environment-old.yml environment.yml
Expand Down

0 comments on commit 4579516

Please sign in to comment.