We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed21cb9 commit dda8a5dCopy full SHA for dda8a5d
1 file changed
.github/workflows/build.yml
@@ -54,6 +54,9 @@ jobs:
54
- name: Install project dependencies
55
run: python -m pip install -r requirements.txt
56
57
+ - name: Install project development dependencies
58
+ run: python -m pip install -r requirements-dev.txt
59
+
60
- name: Prepare build directories
61
run: |
62
mkdir -p artifacts
@@ -101,6 +104,9 @@ jobs:
101
104
102
105
103
106
107
108
109
110
111
112
New-Item -ItemType Directory -Force -Path artifacts
0 commit comments