Skip to content

Commit 8cfc116

Browse files
committed
Add checkout action
1 parent c78f98a commit 8cfc116

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -674,13 +674,13 @@ jobs:
674674
name: "Lin|Python notebook tests"
675675
runs-on: ubuntu-20.04
676676
if: ${{ github.event_name == 'pull_request' }}
677-
strategy:
678-
matrix:
679-
pyver: [3.6, 3.7]
680677
steps:
678+
- uses: actions/checkout@v2
679+
with:
680+
fetch-depth: 1
681681
- uses: actions/setup-python@v2
682682
with:
683-
python-version: ${{ matrix.pyver }}
683+
python-version: 3.8
684684
- name: Run python notebooks
685685
run: |
686686
sudo apt-get install -y --no-install-recommends libopusfile0 libopus-dev libopusfile-dev

0 commit comments

Comments
 (0)