Skip to content

Commit 7341534

Browse files
committed
Update sequitur to 9b7c505, fixes #320
1 parent ccd63ea commit 7341534

File tree

2 files changed

+9
-62
lines changed

2 files changed

+9
-62
lines changed

.github/workflows/test.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
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

Gemfile.lock

-53
This file was deleted.

0 commit comments

Comments
 (0)