Skip to content

Commit

Permalink
NO-TICKET replace the deprecated runner
Browse files Browse the repository at this point in the history
  • Loading branch information
baixiac committed May 22, 2024
1 parent 187df31 commit 149303a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
main:

runs-on: macos-11
runs-on: ubuntu-22.04
strategy:
matrix:
part: [
Expand All @@ -34,7 +34,7 @@ jobs:
pip install -r requirements-dev.txt
- name: Install IPython kernel
run: |
python -m ipykernel install --name smoketests
sudo python -m ipykernel install --name smoketests
- name: Smoke test tutorial
run: |
pytest --collect-only --nbmake ./notebooks/${{ matrix.part }}
Expand Down

0 comments on commit 149303a

Please sign in to comment.