Skip to content

Commit

Permalink
update github action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Feb 20, 2024
1 parent 4c37b01 commit 30f5a8b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,17 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

#- name: Codespell with annotations
# uses: codespell-project/[email protected]


- name: Install Conda Environment
uses: mamba-org/provision-with-micromamba@v13
uses: mamba-org/setup-micromamba@v1
with:
environment-file: /binder/environment.yml
cache-env: true
cache-env-key: ubuntu-latest-3.10
cache-environment: true

- name: Build Jupyter Book
run: |
Expand Down

0 comments on commit 30f5a8b

Please sign in to comment.