We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b570092 commit e3cd078Copy full SHA for e3cd078
1 file changed
.github/workflows/OnRelease.yml
@@ -18,9 +18,6 @@ jobs:
18
19
- name: Update pip
20
run: python -m pip install --upgrade pip
21
-
22
- - name: Install dependencies
23
- run: cd builder-tool && pip install -r requirements.txt
24
25
- name: Build
26
run: cd builder-tool && python pack.py -pv ${{ github.event.release.tag_name }} --debug
0 commit comments