Skip to content

Commit

Permalink
activate cond env before pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarcsj committed Jul 23, 2024
1 parent 95d7d06 commit 78e2d44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,8 @@ jobs:
shell: bash -l {0}
run: |
conda create -n alphamap python=3.8 -y
pip install twine
pip install build
conda activate alphamap
pip install twine build
rm -rf dist
rm -rf build
python -m build
Expand Down

0 comments on commit 78e2d44

Please sign in to comment.