Skip to content

Commit cce11c3

Browse files
committed
ci: yaml ...
1 parent 3a5c555 commit cce11c3

File tree

2 files changed

+14
-1310
lines changed

2 files changed

+14
-1310
lines changed

.github/workflows/CICD.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@ jobs:
4141
uses: astral-sh/setup-uv@v5
4242

4343
- name: Export requirements
44-
run: uv export \
45-
--python=${{ matrix.python-version }} \
46-
--format requirements.txt -o requirements.txt \
47-
--no-emit-workspace \
48-
--group check \
49-
--group check_mkdocstrings \
44+
run: >
45+
uv export
46+
--python=${{ matrix.python-version }}
47+
--format requirements.txt -o requirements.txt
48+
--no-emit-workspace
49+
--group check
50+
--group check_mkdocstrings
5051
--group docs
5152
5253
- name: Set up Docker Buildx
@@ -88,12 +89,13 @@ jobs:
8889
uses: astral-sh/setup-uv@v5
8990

9091
- name: Export requirements
91-
run: uv export \
92-
--python=3.13 \
93-
--format requirements.txt -o requirements.txt \
94-
--no-emit-workspace \
95-
--group check \
96-
--group check_mkdocstrings \
92+
run: >
93+
uv export
94+
--python=3.13
95+
--format requirements.txt -o requirements.txt
96+
--no-emit-workspace
97+
--group check
98+
--group check_mkdocstrings
9799
--group docs
98100
99101
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)