We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb7983 commit 4b6afb7Copy full SHA for 4b6afb7
1 file changed
recipe/recipe.yaml
@@ -2,7 +2,7 @@
2
schema_version: 1
3
4
context:
5
- number: 2
+ number: 3
6
version: "13.3.0"
7
sha256: a6f724e35d2c5087eace5d19ede1f9abdc3cf8b8eb84c4d394a11e08bf21bff4
8
bindings_major_version: ${{ (version | split("."))[0] | int }}
@@ -29,7 +29,7 @@ outputs:
29
version: ${{ version }}
30
build:
31
number: ${{ number }}
32
- # skip: not linux64
+ skip: not linux64
33
noarch: python
34
variant:
35
# Ensures conda-smithy splits CI jobs per Python version. Without
0 commit comments