File tree 2 files changed +9
-62
lines changed
2 files changed +9
-62
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
build :
10
- name : Run specs on ${{ matrix.os }} ruby ${{ matrix.ruby }}
10
+ name : Run specs on ${{ matrix.os }} ruby ${{ matrix.ruby }}
11
11
runs-on : ${{ matrix.os }}
12
12
continue-on-error : ${{ matrix.experimental }}
13
13
strategy :
@@ -38,26 +38,26 @@ jobs:
38
38
ruby-version : ${{ matrix.ruby }}
39
39
40
40
- uses : actions/checkout@master
41
-
41
+
42
42
- name : Install gems
43
43
run : |
44
44
gem install bundler -v "~> 2"
45
45
bundle install --jobs 4 --retry 5
46
-
46
+
47
47
- name : Setup python
48
48
uses : actions/setup-python@v1
49
49
with :
50
50
python-version : ${{ matrix.python }}
51
51
architecture : x64
52
-
52
+
53
53
- name : Install ubuntu dependencies
54
54
if : matrix.os == 'ubuntu-latest'
55
55
run : sudo apt-get install swig python3-setuptools
56
-
56
+
57
57
- name : Install macos dependencies
58
58
if : matrix.os == 'macos-latest'
59
59
run : brew install swig
60
-
60
+
61
61
- name : Install windows dependencies
62
62
if : matrix.os == 'windows-latest'
63
63
uses : nick-invision/retry@v1
@@ -66,12 +66,12 @@ jobs:
66
66
timeout_minutes : 5
67
67
max_attempts : 3
68
68
command : choco install --no-progress swig
69
-
69
+
70
70
- name : Update Sequitur
71
71
run : |
72
72
pip3 install setuptools numpy
73
- pip3 install git+https://github.com/sequitur-g2p/sequitur-g2p@806273f
74
-
73
+ pip3 install git+https://github.com/sequitur-g2p/sequitur-g2p@9b7c505
74
+
75
75
- name : Run RSpecs
76
76
run : |
77
77
bundle exec rspec
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments