Skip to content

Commit

Permalink
Update project URLs and references to Life-Cycle-Prime-Time
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Nov 21, 2024
1 parent fd3790a commit 3ce067f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/binder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Binder
on: [push]

jobs:
Create-MyBinderOrg-Cache:
runs-on: ubuntu-latest
steps:
- name: cache binder build on mybinder.org
uses: jupyterhub/repo2docker-action@master
with:
NO_PUSH: true
MYBINDERORG_TAG: ${{ github.event.ref }} # This builds the container on mybinder.org with the branch that was pushed on.
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: life-cycle-prime-time
channels:
- conda-forge
- defaults
dependencies:
- python=3.12
- estimagic=0.4.7
Expand Down

0 comments on commit 3ce067f

Please sign in to comment.