Skip to content

Commit

Permalink
Merge pull request #72 from smoia/int/fixrunners
Browse files Browse the repository at this point in the history
Update setup and runners
  • Loading branch information
smoia authored Jun 19, 2024
2 parents 1c03d62 + ce19c2b commit 53ac6ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
auto-release:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
# Set skip ci to avoid loops
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
# Set bash as default shell for jobs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
deploy:

runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- name: Checkout source
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ all =
%(duecredit)s
%(style)s
%(test)s
dev =
%(all)s
pre-commit


[options.package_data]
Expand Down

0 comments on commit 53ac6ef

Please sign in to comment.