From 8cfc1163e284599aaf0ef30cf76d87e580289006 Mon Sep 17 00:00:00 2001 From: Josh Meyer Date: Thu, 16 Sep 2021 03:28:11 -0400 Subject: [PATCH] Add checkout action --- .github/workflows/build-and-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 8e97712c..e5eb3103 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -674,13 +674,13 @@ jobs: name: "Lin|Python notebook tests" runs-on: ubuntu-20.04 if: ${{ github.event_name == 'pull_request' }} - strategy: - matrix: - pyver: [3.6, 3.7] steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 1 - uses: actions/setup-python@v2 with: - python-version: ${{ matrix.pyver }} + python-version: 3.8 - name: Run python notebooks run: | sudo apt-get install -y --no-install-recommends libopusfile0 libopus-dev libopusfile-dev