File tree 1 file changed +3
-13
lines changed
1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 35
35
run : |
36
36
source venv/bin/activate
37
37
pip install --upgrade pip
38
- pip install pydelphin==1.4.0 # This will install both delphin and ace
39
-
40
- # Ensure that ace can be imported from Python
41
- - name : Test Python import
42
- run : |
43
- source venv/bin/activate
44
- python -m pip show pydelphin
45
- python -m pip freeze
46
- python -c "from delphin import ace; print('ace imported successfully')"
47
- export GITHUB_PATH=$GITHUB_PATH:$PWD/venv/bin
48
- export PATH=$PATH:$PWD/venv/bin
38
+ pip install pydelphin==1.4.0
49
39
50
- - name : Attempting ace curl
40
+ - name : Install ace (download tar and move executable to virtual bin)
51
41
run : |
52
42
source venv/bin/activate
53
43
TAR_URL="https://sweaglesw.org/linguistics/ace/download/ace-0.9.34-x86-64.tar.gz"
57
47
chmod +x /tmp/extracted/ace-0.9.34/ace
58
48
sudo mv /tmp/extracted/ace-0.9.34/ace $VIRTUAL_ENV/bin/ace
59
49
60
- # Run your tests that use ace
50
+ # Run regression test suite
61
51
- name : Test
62
52
id : run-tests
63
53
run : |
You can’t perform that action at this time.
0 commit comments