Skip to content

Commit

Permalink
Merge pull request digininja#407 from songzy12/master
Browse files Browse the repository at this point in the history
Rename the Pytest job of CI to make it more readable in Github UI.
  • Loading branch information
digininja authored Nov 23, 2020
2 parents 70c14cc + 9410fef commit e16b9bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on:
- cron: "0 0 * * 0"

jobs:
build:
Pytest:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Test with pytest
- name: Install and Run Pytest
run: |
export SETUPTOOLS_USE_DISTUTILS=stdlib
pip3 install pytest
Expand Down

0 comments on commit e16b9bc

Please sign in to comment.