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:
1
.github/workflows/run-pytest.yml
vendored
1
.github/workflows/run-pytest.yml
vendored
@@ -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
|
||||
|
||||
@@ -17,7 +17,7 @@ tensorflow>=2
|
||||
tensorflow_hub
|
||||
tensorboardX
|
||||
terminaltables
|
||||
tokenizers
|
||||
tokenizers==0.8.0-rc4
|
||||
tqdm
|
||||
visdom
|
||||
wandb
|
||||
|
||||
Reference in New Issue
Block a user