Skip to content

Commit 1607ba1

Browse files
committed
Benchmark released version of ujson
1 parent 8acde53 commit 1607ba1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
python -m pip install --upgrade pip
36-
python -m pip install --upgrade nujson orjson simplejson
37-
python -m pip install .
36+
python -m pip install --upgrade nujson orjson simplejson ujson
3837
3938
- name: Tests
4039
shell: bash

0 commit comments

Comments
 (0)