Skip to content

Commit

Permalink
Bump servicelayer to 1.23.0-rc36 (#653)
Browse files Browse the repository at this point in the history
* Bump servicelayer to 1.23.0-rc36

* Allow installing packages system-wide in CI

---------

Co-authored-by: Christian Stefanescu <christian.stefanescu@occrp.org>
  • Loading branch information
catileptic and stchris authored Oct 1, 2024
1 parent a55e508 commit 9dacdd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
make cached-build
- name: Install development dependencies
run: make dev
env:
PIP_BREAK_SYSTEM_PACKAGES: 1
- name: Check formatting
run: make format-check
- name: Run linter (ruff)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ normality==2.5.0
pantomime==0.6.1
followthemoney==3.5.9
followthemoney-store[postgresql]==3.1.0
servicelayer[google,amazon]==1.23.0rc33
servicelayer[google,amazon]==1.23.0-rc36
languagecodes==1.1.1
countrytagger==0.1.2
pyicu==2.12
Expand Down

0 comments on commit 9dacdd2

Please sign in to comment.