Skip to content

Commit

Permalink
rm conda build from release
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou committed Nov 5, 2024
1 parent fb2b034 commit 19c8f98
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,32 +28,3 @@ jobs:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

deploy-conda:
runs-on: ubuntu-latest
# sets default shell to remove need for source to run the conda shell
defaults:
run:
shell: bash -l {0}
environment: deployment
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: "3.12"

- name: Install Miniconda
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: true
python-version: 3.12
miniconda-version: "latest"
channels: conda-forge,mosek,slacgismo
channel-priority: true

- name: Install the Conda Dependencies
shell: bash -l {0}
run: |
pip install -e .

0 comments on commit 19c8f98

Please sign in to comment.