Skip to content

Commit 7266d64

Browse files
committed
COMMIT MESSAGE
1 parent bc26a08 commit 7266d64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
uses: actions/checkout@v3
1616
- name: Install dependencies
1717
run: |
18-
python -m pip install --upgrade pip
19-
pip install -r requirements.txt
18+
python -m pip install --upgrade pip
19+
pip install -r requirements.txt
2020
- name: Lint with flake8
2121
run: |
2222
flake8 service --count --select=E9,F63,F7,F82 --show-source --statistics
2323
flake8 service --count --max-complexity=10 --max-line-length=127 --statistics
24-
- name:
24+
- name: Run unit tests with nose
2525
run: nosetests -v --with-spec --spec-color --with-coverage --cover-package=app

0 commit comments

Comments
 (0)