Skip to content

Commit 963ea33

Browse files
committed
pin python version when building and uploading conda package
1 parent 7c35b41 commit 963ea33

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/push_conda.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: Build and Upload Conda Package
44
on:
55
push:
66
branches: [main]
7-
# pull_request:
8-
# types: [opened, synchronize, reopened]
7+
pull_request:
8+
types: [opened, synchronize, reopened]
99
workflow_dispatch:
1010
jobs:
1111
build-and-upload:
@@ -29,6 +29,7 @@ jobs:
2929
use-mamba: true
3030
conda-solver: libmamba
3131
auto-activate-base: true
32+
python-version: 3.11
3233
- name: Install dependencies
3334
run: |
3435
mamba install -y -c conda-forge conda-build anaconda-client boa

0 commit comments

Comments
 (0)