Skip to content

Commit

Permalink
Merge pull request #28 from fusion-energy/develop
Browse files Browse the repository at this point in the history
replaced mamba boa with conda
  • Loading branch information
shimwell authored Sep 8, 2022
2 parents c182dd2 + 08091d1 commit cc9c710
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/anaconda-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
apt install -y libgl1-mesa-glx
conda install -y anaconda-client conda-build
conda config --set anaconda_upload no
conda install boa -c conda-forge
- name: Build and publish to conda
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
conda mambabuild conda -c fusion-energy -c cadquery -c conda-forge --config-file conda/conda_build_config.yaml
conda build conda -c cadquery -c conda-forge --config-file conda/conda_build_config.yaml
conda convert /opt/conda/conda-bld/linux-64/*.tar.bz2 --platform osx-64 --platform win-64 -o /opt/conda/conda-bld/
anaconda upload -f /opt/conda/conda-bld/*/*.tar.bz2

0 comments on commit cc9c710

Please sign in to comment.