Skip to content

Commit

Permalink
Fix GH autogenerated tarball issue
Browse files Browse the repository at this point in the history
As GH autogenerates tarballs, the checksums unfortunately can change as
a result. It appears that happened here. Have manually checked the
checksum locally and updated it.

xref: #228
  • Loading branch information
jakirkham authored Dec 4, 2023
1 parent 77b4768 commit dcd12af
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,7 +1,7 @@
{% set on_win = SUBDIR in ('win-64', 'win-32') %}
{% set name = "conda" %}
{% set version = "23.11.0" %}
{% set sha256 = "74f24daabb4642dcb36a97013fb753bb7ba99c112724b48e2b59d60294012da6" %}
{% set sha256 = "9276686c8a6ee536dc451cc6557685724fe275a44949ac4f741066fd23cdc7b4" %}
# Running pytest requires the inclusion of test files which baloons
# the size of the package; values can be "yes" or "no"
{% set run_pytest = "no" %}
Expand All @@ -16,7 +16,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv && {{ PYTHON }} -m conda init --install
# These are present when the new environment is created
# so we have to exempt them from the list of initial files
Expand Down

0 comments on commit dcd12af

Please sign in to comment.