Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ jobs:
needs: [pypi_build, conda_build]
runs-on: ubuntu-latest
env:
# pin to py3.11, as anaconda-client broken on py3.12 (see https://github.com/Anaconda-Platform/anaconda-client/issues/689)
python_version: 3.11
ANACONDA_USER: rtosholdings
ANACONDA_TOKEN: ${{ secrets.anaconda_token }}
steps:
Expand All @@ -218,6 +220,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: "conda_deploy"
python-version: ${{ env.python_version }}
miniforge-version: latest
use-mamba: true
auto-update-conda: false
Expand Down