Skip to content

Commit 27b55c4

Browse files
committed
fixing bad feanor version being used
1 parent 60af086 commit 27b55c4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/OnRelease.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
- name: Update pip
2222
run: python -m pip install --upgrade pip
2323

24-
- name: Install requirements
25-
run: pip install -r python/requirements.txt
26-
24+
- name: Install feanor
25+
run: pip install feanor==1.0.6
2726

2827
- name: build
2928
run : cd python && python pack.py -pv ${{ github.event.release.tag_name }} --debug
@@ -67,7 +66,7 @@ jobs:
6766
run: python -m pip install --upgrade pip
6867

6968
- name: Install feanor
70-
run: pip install feanor
69+
run: pip install feanor==1.0.6
7170

7271
- name: build
7372
run : cd javascript && python pack.py -pv ${{ github.event.release.tag_name }} --debug --publish

python/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)