Skip to content

Commit

Permalink
rename actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Aug 12, 2024
1 parent 248d1e5 commit ea0ed26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pip-intall.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pytest, Ruff
name: Install with pip

on:
pull_request:
Expand Down Expand Up @@ -58,4 +58,3 @@ jobs:
run: |
pip install -r requirements-dev.txt
pip install -e .[all]
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pytest, Ruff
name: Pytest and ruff

on:
pull_request:
Expand Down

0 comments on commit ea0ed26

Please sign in to comment.