We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4072bcc commit b420da9Copy full SHA for b420da9
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
submodules: true
25
- name: Install deps
26
run: |
27
- pip install -r requirements.txt
+ pip install -r requirements-dev.txt
28
- name: Build assets
29
30
python3 build.py
0 commit comments