Skip to content

Commit

Permalink
Switch to hatch builds to avoid poetry 2 troubles
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jan 21, 2025
1 parent 3f61b61 commit c429b01
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 4,810 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
run: |
pip install -U pip poetry
sudo apt-get install -y -qq libicu-dev
poetry install --with dev
pip install -U pip pyicu
pip install -e ".[dev]"
- name: Run pytest tests
env:
YENTE_INDEX_TYPE: elasticsearch
Expand Down Expand Up @@ -66,9 +66,9 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
run: |
pip install -U pip poetry
sudo apt-get install -y -qq libicu-dev
poetry install --with dev
pip install -U pip pyicu
pip install -e ".[dev]"
- name: Run pytest tests with opensearch backend
env:
YENTE_INDEX_TYPE: opensearch
Expand All @@ -89,9 +89,9 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
run: |
pip install -U pip poetry
sudo apt-get install -y -qq libicu-dev
poetry install --with dev
pip install -U pip pyicu
pip install -e ".[dev]"
- name: Run mypy strict type check
run: |
make typecheck
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2024 OpenSanctions.org
Copyright (c) 2022-2025 OpenSanctions Datenbanken GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit c429b01

Please sign in to comment.