Skip to content

Commit

Permalink
GitHub runners were updated …
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Oct 16, 2024
1 parent 5c25455 commit 15c3cdc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
deploy:
name: Publish
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -19,8 +19,8 @@ jobs:

- name: Install Prerequists
run: |
python -m pip install --upgrade pip
pip install sphinxcontrib-jupyter
python -m pip install --upgrade --break-system-packages pip
pip install --break-system-packages sphinxcontrib-jupyter
- name: Generate Jupyter Notebooks
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pep8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
uses: actions/checkout@v2
- name: PEP8
run: |
pip install --upgrade pyproject-flake8
pip install --upgrade --break-system-packages pyproject-flake8
flake8 estimator/
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check Out
uses: actions/checkout@v2
Expand Down

0 comments on commit 15c3cdc

Please sign in to comment.