Skip to content

Commit

Permalink
swap action naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Sep 1, 2023
1 parent f9e4b45 commit 68febb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python dependencies
name: Python pip

# Run either when pushing directly to main/master or in a PR targeting main/master
on:
Expand All @@ -17,7 +17,7 @@ on:

# https://github.com/py-actions/py-dependency-install
jobs:
pip:
dependencies:
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand Down

0 comments on commit 68febb6

Please sign in to comment.