Skip to content

Commit

Permalink
Fix name bug in build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Mar 2, 2021
1 parent e02fe9b commit 641fc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[test]
pip install -e .[tests]
- name: Test with pytest
run: |
pytest
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[test]
pip install -e .[tests]
- name: Test with pytest
run: |
pytest
Expand Down

0 comments on commit 641fc51

Please sign in to comment.