Skip to content

Commit 96780ce

Browse files
committed
Remove explicit sync from CI jobs
1 parent 55d5c94 commit 96780ce

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
python-version: "3.10"
1818
- name: Install uv
1919
uses: astral-sh/setup-uv@v7
20-
- name: Install Python Dependencies
21-
run: |
22-
uv sync
2320
- name: Install LaTeX
2421
run: |
2522
sudo apt-get -y update
@@ -49,9 +46,6 @@ jobs:
4946
run: |
5047
sudo apt-get -y update
5148
sudo apt-get install -y librsvg2-bin
52-
- name: Install Python Dependencies
53-
run: |
54-
uv sync
5549
- name: Build HTML
5650
run: |
5751
uv run make html
@@ -84,9 +78,6 @@ jobs:
8478
run: |
8579
sudo apt-get -y update
8680
sudo apt-get install -y librsvg2-bin
87-
- name: Install Python Dependencies
88-
run: |
89-
uv sync --project frc-docs
9081
- name: Build HTML
9182
run: |
9283
uv run --project frc-docs sphinx-build -D language=es -b html . _build/html
@@ -199,9 +190,6 @@ jobs:
199190
python-version: "3.10"
200191
- name: Install uv
201192
uses: astral-sh/setup-uv@v7
202-
- name: Install Python Dependencies
203-
run: |
204-
uv sync
205193
- name: Format
206194
run: |
207195
uv run black --check .

0 commit comments

Comments
 (0)