Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
wragge committed Aug 26, 2023
1 parent 386d8c0 commit b20f7bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b20f7bc

Please sign in to comment.