Skip to content

Commit

Permalink
rebuild py311 for snowflake channel
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Waszkiewicz-Anaconda committed Sep 22, 2023
1 parent 33bfc38 commit 4424dbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions abs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
upload_channels:
- sfe1ed40
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ source:
build:
number: 0
# Skip 3.11 as snowpark isn't available on 3.11 yet.
skip: True # [py<38 or py>310]
skip: True # [ not py311]
# skip: True # [py<38 or py>310]
# Skip Windows (on CI) because it needs a manual build for now.
# Skip s390x and ppc64 since they lack bazel.
skip: True # [s390x or ppc64le]
Expand Down

0 comments on commit 4424dbf

Please sign in to comment.