Skip to content

Commit

Permalink
ditching kernels, maybe the repo name should change to Python
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Dec 20, 2024
1 parent d561ef3 commit b4bb173
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@ jobs:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: "3.10"
channels: conda-forge
miniforge-variant: Mambaforge
environment-file: ci/environment-lock.yml
activate-environment: env-lock

- name: "Create conda-locks"
working-directory: ./ci
run: |
find environments -mindepth 1 -maxdepth 1 -type d | xargs -I % sh -c "cd %; conda-lock -k explicit -f environment.yml"
- name: "Set Job Environment Variables"
run: |
echo "RELEASE_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ jobs:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: "3.10"
channels: conda-forge
miniforge-variant: Mambaforge
environment-file: ci/environment-lock.yml
activate-environment: env-lock

- name: "Create conda-locks"
working-directory: ./ci
run: |
find environments -mindepth 1 -maxdepth 1 -type d | xargs -I % sh -c "cd %; conda-lock -k explicit -f environment.yml"
- name: "Set Job Environment Variables"
run: |
SHA7="${GITHUB_SHA::7}"
Expand Down

0 comments on commit b4bb173

Please sign in to comment.