Skip to content

Commit

Permalink
Updated workflow package name
Browse files Browse the repository at this point in the history
  • Loading branch information
hyakuhei authored May 15, 2021
1 parent b42e7bc commit c14e963
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: Python package
name: CI Tests

on: [push]

Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
black --check
- name: Test with pytest
run: |
pytest
pytest

0 comments on commit c14e963

Please sign in to comment.