Skip to content

Commit

Permalink
Better naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandMacDoland committed Sep 26, 2023
1 parent 4d1c281 commit d33c57e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Install Hatch
run: |
pip install hatch
- name: Run fast tests
- name: Run example tests
run: |
hatch -v run test-examples
2 changes: 1 addition & 1 deletion .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Install Hatch
run: |
pip install hatch
- name: Run fast tests
- name: Run notebooks tests
run: |
hatch -v run test-notebooks

0 comments on commit d33c57e

Please sign in to comment.