This commit is contained in:
Fang-Pen Lin
2025-11-07 18:31:35 -08:00
parent 5a555fc849
commit 3b84fc3e9e

View File

@@ -30,10 +30,8 @@ jobs:
sparse-checkout: | sparse-checkout: |
. .
.github/resources .github/resources
- name: Copy .env.bdd to .env - name: Copy .env.bdd to .env
run: cp .github/resources/.env.bdd .env run: cp .github/resources/.env.bdd .env
working-directory: backend
- name: Install uv - name: Install uv
uses: astral-sh/setup-uv@v5 uses: astral-sh/setup-uv@v5
- name: Install Python - name: Install Python