Skip to content

Commit

Permalink
Update publish_to_test_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kburns committed Dec 30, 2023
1 parent 4eb06d5 commit 8030627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
run: |
conda create -y -n dedalus
conda activate dedalus
conda install -y -c conda-forge dedalus c-compiler "h5py=*=mpi*"
conda install -y -c conda-forge dedalus c-compiler cython "h5py=*=mpi*"
conda uninstall -y --force dedalus
- name: Checkout repository
uses: actions/checkout@v2
- name: Build sdist
shell: bash -l {0}
run: |
conda activate dedalus
pip install build
Expand Down

0 comments on commit 8030627

Please sign in to comment.