Skip to content

Commit 15645b6

Browse files
committed
Update
[ghstack-poisoned]
1 parent 52c5362 commit 15645b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unittest.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
conda create -n venv python=3.10 protobuf -y
3232
conda activate venv
3333
python -m pip install --upgrade pip
34-
pip install expecttest==0.3.*
3534
3635
# install recent version of Rust via rustup
3736
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=default -y

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ dev = [
2525
"pytest",
2626
"black",
2727
"pyre-check",
28-
"parameterized"
28+
"parameterized",
29+
"expecttest"
2930
]
3031

3132
[tool.maturin]

0 commit comments

Comments
 (0)