Skip to content

Commit

Permalink
fix dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Aug 15, 2024
1 parent 61f8072 commit 46dad46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: ${{ github.repository_owner == 'ProjectPythia' }}
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: cookbook-dev
environment_name: eo-datascience-cookbook

link-check:
if: ${{ github.repository_owner == 'ProjectPythia' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
build_command: make kernel && make data && jupyter-book build .
environment_name: cookbook-dev
environment_name: eo-datascience-cookbook

deploy:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-book-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: cookbook-dev
environment_name: eo-datascience-cookbook
artifact_name: book-zip-${{ github.event.number }}
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cookbook-dev
name: eo-datascience-cookbook
channels:
- conda-forge
dependencies:
Expand Down

0 comments on commit 46dad46

Please sign in to comment.