Skip to content

Commit 95f0dab

Browse files
fix anaconda-client break (#157)
Co-authored-by: rtosholdings-bot <rtosholdings-bot@sig.com>
1 parent 509b96c commit 95f0dab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python_package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ jobs:
209209
needs: [pypi_build, conda_build]
210210
runs-on: ubuntu-latest
211211
env:
212+
# pin to py3.11, as anaconda-client broken on py3.12 (see https://github.com/Anaconda-Platform/anaconda-client/issues/689)
213+
python_version: 3.11
212214
ANACONDA_USER: rtosholdings
213215
ANACONDA_TOKEN: ${{ secrets.anaconda_token }}
214216
steps:
@@ -218,6 +220,7 @@ jobs:
218220
uses: conda-incubator/setup-miniconda@v2
219221
with:
220222
activate-environment: "conda_deploy"
223+
python-version: ${{ env.python_version }}
221224
miniforge-version: latest
222225
use-mamba: true
223226
auto-update-conda: false

0 commit comments

Comments
 (0)