We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9e567 commit 8b42da2Copy full SHA for 8b42da2
1 file changed
.github/workflows/translator-test.yaml
@@ -27,14 +27,13 @@ jobs:
27
steps:
28
- uses: actions/checkout@v6
29
30
- - name: Navigate to translator
31
- run: cd translator
32
-
33
- name: Install uv
34
uses: astral-sh/setup-uv@v7
35
36
- name: Install dependencies
+ working-directory: ./translator
37
run: uv sync
38
39
- name: Run tests
40
- run: uv run pytest translator/
+ run: uv run pytest
0 commit comments