Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
fegin committed Jan 9, 2025
1 parent 52c5362 commit 15645b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
conda create -n venv python=3.10 protobuf -y
conda activate venv
python -m pip install --upgrade pip
pip install expecttest==0.3.*
# install recent version of Rust via rustup
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=default -y
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dev = [
"pytest",
"black",
"pyre-check",
"parameterized"
"parameterized",
"expecttest"
]

[tool.maturin]
Expand Down

0 comments on commit 15645b6

Please sign in to comment.