diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3276868..032b43c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 .