Skip to content

Commit

Permalink
chore: rename primary GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Oct 17, 2023
1 parent eab7bc9 commit 6903e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test the Library
name: CI

on:
- push
Expand All @@ -20,5 +20,5 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install poetry tox tox-gh-actions
- name: Test with tox
- name: Test the Python version with tox
run: tox

0 comments on commit 6903e43

Please sign in to comment.