We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60af086 commit 27b55c4Copy full SHA for 27b55c4
.github/workflows/OnRelease.yml
@@ -21,9 +21,8 @@ jobs:
21
- name: Update pip
22
run: python -m pip install --upgrade pip
23
24
- - name: Install requirements
25
- run: pip install -r python/requirements.txt
26
-
+ - name: Install feanor
+ run: pip install feanor==1.0.6
27
28
- name: build
29
run : cd python && python pack.py -pv ${{ github.event.release.tag_name }} --debug
@@ -67,7 +66,7 @@ jobs:
67
66
68
69
- name: Install feanor
70
- run: pip install feanor
71
72
73
run : cd javascript && python pack.py -pv ${{ github.event.release.tag_name }} --debug --publish
python/requirements.txt
0 commit comments