Add checkout action

This commit is contained in:
Josh Meyer 2021-09-16 03:28:11 -04:00
parent c78f98a7bc
commit 8cfc1163e2

View File

@ -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