Skip to content

Commit

Permalink
conda v23.5.2 (#212)
Browse files Browse the repository at this point in the history
* updated v23.5.2

* MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.0, and conda-forge-pinning 2023.07.13.11.37.28
  • Loading branch information
regro-cf-autotick-bot authored Jul 14, 2023
1 parent 8911e6c commit 36224ed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.5.0" %}
{% set sha256 = "57155b96dd94ba95e421b4c36695dbf6972bcfb9b5e41ee0674bb796b8386f58" %}
{% set version = "23.5.2" %}
{% set sha256 = "c82ab703f1784cd1ffa4cfad5fe80f1e994b9b7a612e9268ddd136c5ad19188e" %}
# 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: 1
number: 0
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 36224ed

Please sign in to comment.