Skip to content

Commit

Permalink
Merge pull request #23 from iisakkirotko/fix-issue
Browse files Browse the repository at this point in the history
fix: github issue link in recipe
  • Loading branch information
dhirschfeld authored Apr 21, 2024
2 parents 8432624 + c1372b3 commit 4c9e0fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.30.1" %}
{% set build = 0 %}
{% set build = 1 %}

package:
name: solara
Expand Down Expand Up @@ -61,7 +61,7 @@ outputs:
run_constrained:
# Can't use {{ pin_subpackage("solara-assets", exact=True) }}
# as the hashes are different
# TODO: revisit after https://github.com/conda-forge/staged-recipes/issues/23382
# TODO: revisit after https://github.com/conda/conda-build/issues/4415
- solara-assets ={{ version }}=*_{{ build }}
test:
imports:
Expand Down

0 comments on commit 4c9e0fc

Please sign in to comment.