Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Jan 11, 2024
1 parent a54cbed commit 4b8acdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install jupyter setuptools
python -m pip install -r requirements.txt
python -m pip install jupyter setuptools --no-build-isolation
python -m pip install -r requirements.txt --no-build-isolation
python -m pip install . --no-build-isolation
- name: Run tutorial notebooks
run: |
Expand Down

0 comments on commit 4b8acdf

Please sign in to comment.