Skip to content

Commit 791fb51

Browse files
author
Suqi Sun
committed
Install latest forte in workflow
1 parent e99ddb6 commit 791fb51

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

+8
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ jobs:
119119
then
120120
pip install ${{ matrix.test-details.extra }}
121121
fi
122+
- name: Install Forte
123+
run: |
124+
git clone https://github.com/asyml/forte.git
125+
cd forte
126+
pip install --progress-bar off .
127+
cd ..
128+
# Remove them to avoid confusing pytest.
129+
rm -rf forte
122130
- name: Start elastic server if test elastic search
123131
if: ${{ matrix.test-details.dep == 'elastic' }}
124132
run: |

0 commit comments

Comments
 (0)