We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c35b41 commit 963ea33Copy full SHA for 963ea33
1 file changed
.github/workflows/push_conda.yml
@@ -4,8 +4,8 @@ name: Build and Upload Conda Package
4
on:
5
push:
6
branches: [main]
7
- # pull_request:
8
- # types: [opened, synchronize, reopened]
+ pull_request:
+ types: [opened, synchronize, reopened]
9
workflow_dispatch:
10
jobs:
11
build-and-upload:
@@ -29,6 +29,7 @@ jobs:
29
use-mamba: true
30
conda-solver: libmamba
31
auto-activate-base: true
32
+ python-version: 3.11
33
- name: Install dependencies
34
run: |
35
mamba install -y -c conda-forge conda-build anaconda-client boa
0 commit comments