Skip to content

Commit 046d2bb

Browse files
committed
PATCH: fix ci.
1 parent 995d1cf commit 046d2bb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
python-version: 3.13
1414
- name: Install requirements
15-
run: pip install -r requirements.txt -r test-requirements.txt
15+
run: pip install -r requirements.txt -r test-requirements.txt -r ci-requirements.txt
1616
# Open-api-generator is broken. To be updated when upgrading
1717
# - name: test
1818
# run: tox
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
python-version: 3.13
4141
- name: Install ci requirements
42-
run: pip install -r requirements.txt
42+
run: pip install -r ci-requirements.txt
4343
- name: Release
4444
run: |
4545
git config --global user.email "infra@bimdata.io"

ci-requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
python-semantic-release==9.21.0
2+
twine>=6.1.0
3+
tox>=4.25.0
4+
setuptools >= 79.0.1

0 commit comments

Comments
 (0)