diff --git a/.github/workflows/anaconda-publish.yml b/.github/workflows/anaconda-publish.yml index 7bdcacd..e61b4b7 100644 --- a/.github/workflows/anaconda-publish.yml +++ b/.github/workflows/anaconda-publish.yml @@ -16,13 +16,15 @@ jobs: - name: Set up conda run: | apt-get --allow-releaseinfo-change update + 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 build conda -c fusion-energy -c conda-forge --config-file conda/conda_build_config.yaml + conda mambabuild conda -c fusion-energy -c conda-forge --config-file conda/conda_build_config.yaml conda convert /opt/conda/conda-bld/linux-64/*.tar.bz2 --platform osx-64 anaconda upload -f /opt/conda/conda-bld/*/*.tar.bz2