From b20f7bca4a9462964be0ffe2c974e94e04b7abfb Mon Sep 17 00:00:00 2001 From: Tim Sherratt Date: Sat, 26 Aug 2023 14:42:29 +1000 Subject: [PATCH] Update action --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2b264d..4ff50a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,14 +4,14 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - uses: actions/setup-python@v1 + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 with: - python-version: '3.6' + python-version: '3.10' architecture: 'x64' - name: Install the library run: | - pip install nbdev jupyter + pip install nbdev1 jupyter pip install -e . - name: Read all notebooks run: |