Skip to content

Commit 4bd4432

Browse files
committed
ci: fix run-tests.sh
1 parent bfb1357 commit 4bd4432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if ! command -v pdm &> /dev/null; then
3636
pip install pdm
3737
fi
3838
# Install dependencies and setup environment using PDM
39-
pdm install -G dev,solana,ethereum
39+
pdm install --dev
4040
# Run tests
4141
pdm run test
4242
# Run formatting check

0 commit comments

Comments
 (0)