Skip to content

Commit

Permalink
small tinks
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkintrevo committed Sep 5, 2024
1 parent 2e81f1c commit 556d0bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notebook-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.8"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install nbconvert nbclient
pip install nbconvert nbclient ipykernel
- name: Run Jupyter Notebooks
run: |
Expand Down

0 comments on commit 556d0bd

Please sign in to comment.