Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Apr 23, 2021
1 parent fee829a commit 4a73246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
path: build-static/
key: swig-2-${{ runner.os }}-${{ env.swig_hash }}
- run: |
sudo apt-get install -y --no-install-recommends autoconf automake bison build-essential mingw-w64
sudo apt-get install -y --no-install-recommends autoconf automake bison build-essential
if: steps.swig-build-cache.outputs.cache-hit != 'true'
- run: |
curl -sSL https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz > pcre-8.43.tar.gz
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
strategy:
matrix:
build-flavor: ["tf", "tflite"]
python-version: [3.6.13, 3.7.10, 3.8.9, 3.9.4]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -451,7 +451,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
strategy:
matrix:
python-version: [3.6.13, 3.7.10, 3.8.9, 3.9.4]
python-version: [3.6, 3.7, 3.8, 3.9]
build-flavor: ["tf", "tflite"]
models: ["test", "prod"]
bitrate: ["8k", "16k"]
Expand Down

0 comments on commit 4a73246

Please sign in to comment.