We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a7734 commit 59d4a57Copy full SHA for 59d4a57
2 files changed
.github/workflows/test.yaml
@@ -89,4 +89,15 @@ jobs:
89
run: npm run coverage
90
91
- name: Test coverage
92
- uses: coverallsapp/github-action@v2
+ uses: coverallsapp/github-action@v2
93
+
94
+ - name: Install uv
95
+ uses: astral-sh/setup-uv@v7
96
97
+ - name: Install uv dependencies
98
+ run: uv sync
99
100
+ - name: Run tests
101
+ run: uv run pytest translator/
102
103
.gitignore
@@ -78,3 +78,5 @@ test.sh
78
dump.rdb
79
.archiver_shadow/
80
.snapshots/
81
82
+*.pyc
0 commit comments