Skip to content

Commit

Permalink
Installing python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekvardhanadepu committed Jul 16, 2021
1 parent 0730bad commit 2ecb214
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/training.yml
Expand Up @@ -49,6 +49,10 @@ jobs:
./configure
make
- name: Installing python dependencies
run: |
sudo apt-get -qfy install python3-pip
pip3 install -r requirements.txt
- name: Training
working-directory: tests/training
run: python3 ../../lexical_training.py

0 comments on commit 2ecb214

Please sign in to comment.