Skip to content

Commit dda8a5d

Browse files
committed
fix: deps oversight
1 parent ed21cb9 commit dda8a5d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
- name: Install project dependencies
5555
run: python -m pip install -r requirements.txt
5656

57+
- name: Install project development dependencies
58+
run: python -m pip install -r requirements-dev.txt
59+
5760
- name: Prepare build directories
5861
run: |
5962
mkdir -p artifacts
@@ -101,6 +104,9 @@ jobs:
101104
- name: Install project dependencies
102105
run: python -m pip install -r requirements.txt
103106

107+
- name: Install project development dependencies
108+
run: python -m pip install -r requirements-dev.txt
109+
104110
- name: Prepare build directories
105111
run: |
106112
New-Item -ItemType Directory -Force -Path artifacts

0 commit comments

Comments
 (0)