1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

update github runner

This commit is contained in:
Jack Morris
2020-07-07 09:05:46 -04:00
parent ad2dba067e
commit 92f1ca1554
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
pip install pytest pytest-xdist # Testing packages
rm -rf textattack.egg-info # remove stale egg-info
python setup.py install_egg_info # Workaround https://github.com/pypa/pip/issues/4537
pip install -e .
- name: Test with pytest

View File

@@ -17,7 +17,7 @@ tensorflow>=2
tensorflow_hub
tensorboardX
terminaltables
tokenizers
tokenizers==0.8.0-rc4
tqdm
visdom
wandb