Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Configure binfmt_misc
if: matrix.os == 'ubuntu'
shell: bash
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
export CONDA_BLD_PATH="${CONDA_BLD_PATH/#~/${HOME}}"
export FEEDSTOCK_NAME="$(basename $GITHUB_REPOSITORY)"
export GIT_BRANCH="$(basename $GITHUB_REF)"
export GIT_BRANCH="${GITHUB_REF_NAME}"
export MINIFORGE_HOME="${MINIFORGE_HOME/#~/${HOME}}"
export flow_run_id="github_$GITHUB_RUN_ID"
export remote_url="https://github.com/$GITHUB_REPOSITORY"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
run: |
export CONDA_BLD_PATH="${CONDA_BLD_PATH/#~/${HOME}}"
export FEEDSTOCK_NAME="$(basename $GITHUB_REPOSITORY)"
export GIT_BRANCH="$(basename $GITHUB_REF)"
export GIT_BRANCH="${GITHUB_REF_NAME}"
export MINIFORGE_HOME="${MINIFORGE_HOME/#~/${HOME}}"
export flow_run_id="github_$GITHUB_RUN_ID"
export remote_url="https://github.com/$GITHUB_REPOSITORY"
Expand All @@ -118,6 +118,7 @@ jobs:
set "sha=%GITHUB_SHA%"
call ".scripts\run_win_build.bat"
env:
BUILD_PLATFORM: ${{ matrix.build_platform }}
CI: github_actions
CONDA_BLD_PATH: ${{ matrix.build_workspace_dir }}
CONFIG: ${{ matrix.CONFIG }}
Expand Down
2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

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

Empty file modified .scripts/logging_utils.sh
100644 → 100755
Empty file.
54 changes: 49 additions & 5 deletions README.md

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

10 changes: 5 additions & 5 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
schema_version: 1

context:
version: "0.17.3"
version: "0.17.4"
python_min: "3.12"

recipe:
Expand All @@ -19,7 +19,7 @@ outputs:
version: ${{ version }}
source:
url: https://pypi.org/packages/source/h/hydra-kernel/hydra_kernel-${{ version }}.tar.gz
sha256: "8e589e43377fa5ac5f28282f00cdc31af2b9a24f1d9f04abde60c44e00cb09da"
sha256: "2a8cd2b8d4a7fbdd751eca1829a88775260f97fc3e1023c49f7bfa237bf17f06"
build:
noarch: python
script:
Expand Down Expand Up @@ -48,7 +48,7 @@ outputs:
version: ${{ version }}
source:
url: https://pypi.org/packages/source/h/hydra-rdf/hydra_rdf-${{ version }}.tar.gz
sha256: "6d716e12c9f381447256f32cb30eef3327288d5206e562388bf7a62b6712d24d"
sha256: "bfce583ab23a66254be7603d2bbd36031af5f00b167423174e31e662a80308be"
build:
noarch: python
script:
Expand Down Expand Up @@ -77,7 +77,7 @@ outputs:
version: ${{ version }}
source:
url: https://pypi.org/packages/source/h/hydra-pg/hydra_pg-${{ version }}.tar.gz
sha256: "4c897592c09a7b0ff1868af924e3172ca3993aa4f14f38373bba55ea8190cbc4"
sha256: "b23cfd9548a1c4a04291b4e8a1e13e9afd0330ac0e1d597d177e83034157d015"
build:
noarch: python
script:
Expand Down Expand Up @@ -138,7 +138,7 @@ outputs:
version: ${{ version }}
source:
url: https://pypi.org/packages/source/h/hydra-python/hydra_python-${{ version }}.tar.gz
sha256: "c0aff89bc67e877d8329faf67bdf0e5bd793c41f5d2bd428ff890bbbb977b2d6"
sha256: "87fef1b870ee4d6055f794d7b78ef468c08e084ba8940a682b5a4372fe574956"
build:
noarch: python
script:
Expand Down
Loading