Add checkout action
This commit is contained in:
parent
c78f98a7bc
commit
8cfc1163e2
8
.github/workflows/build-and-test.yml
vendored
8
.github/workflows/build-and-test.yml
vendored
@ -674,13 +674,13 @@ jobs:
|
|||||||
name: "Lin|Python notebook tests"
|
name: "Lin|Python notebook tests"
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
pyver: [3.6, 3.7]
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.pyver }}
|
python-version: 3.8
|
||||||
- name: Run python notebooks
|
- name: Run python notebooks
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y --no-install-recommends libopusfile0 libopus-dev libopusfile-dev
|
sudo apt-get install -y --no-install-recommends libopusfile0 libopus-dev libopusfile-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user