Skip to content

Commit 9dacdd2

Browse files
catilepticstchris
andauthored
Bump servicelayer to 1.23.0-rc36 (alephdata#653)
* Bump servicelayer to 1.23.0-rc36 * Allow installing packages system-wide in CI --------- Co-authored-by: Christian Stefanescu <christian.stefanescu@occrp.org>
1 parent a55e508 commit 9dacdd2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
make cached-build
2626
- name: Install development dependencies
2727
run: make dev
28+
env:
29+
PIP_BREAK_SYSTEM_PACKAGES: 1
2830
- name: Check formatting
2931
run: make format-check
3032
- name: Run linter (ruff)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ normality==2.5.0
33
pantomime==0.6.1
44
followthemoney==3.5.9
55
followthemoney-store[postgresql]==3.1.0
6-
servicelayer[google,amazon]==1.23.0rc33
6+
servicelayer[google,amazon]==1.23.0-rc36
77
languagecodes==1.1.1
88
countrytagger==0.1.2
99
pyicu==2.12

0 commit comments

Comments
 (0)