Skip to content

Commit 109383c

Browse files
committed
Update workflow
1 parent 2e6c716 commit 109383c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python - Lint and Test
1+
name: Python - Test
22
on:
33
push:
44
branches:
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
lint:
22-
name: Lint and Test
22+
name: Python Test
2323
runs-on: ubuntu-latest
2424

2525
steps:
@@ -39,5 +39,6 @@ jobs:
3939
- name: Run Python Tests
4040
id: python_test
4141
run: |
42+
pip install -r ./code/function/requirements.txt -q
4243
pip install -r requirements.txt -q
4344
python -m pytest

0 commit comments

Comments
 (0)