Skip to content

Commit 8821212

Browse files
authored
Bugfix in test workflow (blackjax-devs#195)
1 parent 4373cad commit 8821212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Run tests"
22

33
on:
44
pull_request:
5-
branches [main]
5+
branches: [main]
66
push:
77
branches: [main]
88

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-e ./
2+
chex
23
pre-commit
34
pytest
45
pytest-benchmark
56
pytest-cov
67
pytest-xdist
7-
chex

0 commit comments

Comments
 (0)