Skip to content

Commit

Permalink
Attempt to fix missing entry_points().get() error
Browse files Browse the repository at this point in the history
  • Loading branch information
davedittrich committed Oct 4, 2024
1 parent f4f844d commit ce0c349
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
PY_COLORS: 1
PYTHON_VERSION: '3.12.6'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
publish:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
PY_COLORS: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
PY_COLORS: 1
TOX_PARALLEL_NO_SPINNER: 1
Expand Down
26 changes: 11 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ bullet = "^2.2.0"
cliff = "^4.7.0"
configobj = "^5.0.8"
gnupg = "^2.3.1"
importlib_metadata = "^4.13.0"
ipwhois = "^1.2.0"
jinja2 = "^3.1.4"
lxml = "^5.3.0"
Expand Down

0 comments on commit ce0c349

Please sign in to comment.