File tree Expand file tree Collapse file tree 2 files changed +9
-62
lines changed
Expand file tree Collapse file tree 2 files changed +9
-62
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- name : Run specs on ${{ matrix.os }} ruby ${{ matrix.ruby }}
10+ name : Run specs on ${{ matrix.os }} ruby ${{ matrix.ruby }}
1111 runs-on : ${{ matrix.os }}
1212 continue-on-error : ${{ matrix.experimental }}
1313 strategy :
@@ -38,26 +38,26 @@ jobs:
3838 ruby-version : ${{ matrix.ruby }}
3939
4040 - uses : actions/checkout@master
41-
41+
4242 - name : Install gems
4343 run : |
4444 gem install bundler -v "~> 2"
4545 bundle install --jobs 4 --retry 5
46-
46+
4747 - name : Setup python
4848 uses : actions/setup-python@v1
4949 with :
5050 python-version : ${{ matrix.python }}
5151 architecture : x64
52-
52+
5353 - name : Install ubuntu dependencies
5454 if : matrix.os == 'ubuntu-latest'
5555 run : sudo apt-get install swig python3-setuptools
56-
56+
5757 - name : Install macos dependencies
5858 if : matrix.os == 'macos-latest'
5959 run : brew install swig
60-
60+
6161 - name : Install windows dependencies
6262 if : matrix.os == 'windows-latest'
6363 uses : nick-invision/retry@v1
@@ -66,12 +66,12 @@ jobs:
6666 timeout_minutes : 5
6767 max_attempts : 3
6868 command : choco install --no-progress swig
69-
69+
7070 - name : Update Sequitur
7171 run : |
7272 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+
7575 - name : Run RSpecs
7676 run : |
7777 bundle exec rspec
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments