Skip to content

Commit

Permalink
wip: update order
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed May 18, 2024
1 parent bfbed9d commit 98ccced
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
- name: Install dependencies
run: make install

- name: Check code
run: make check

- name: Test code
run: make test-repeat

Expand All @@ -45,8 +42,8 @@ jobs:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Generate documentation
run: make mkdocs
- name: Check code
run: make check

- name: Execute notebooks
run: make notebooks
- name: Check documentation
run: make mkdocs notebooks

0 comments on commit 98ccced

Please sign in to comment.