We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb1357 commit 4bd4432Copy full SHA for 4bd4432
1 file changed
sdk/run-tests.sh
@@ -36,7 +36,7 @@ if ! command -v pdm &> /dev/null; then
36
pip install pdm
37
fi
38
# Install dependencies and setup environment using PDM
39
-pdm install -G dev,solana,ethereum
+pdm install --dev
40
# Run tests
41
pdm run test
42
# Run formatting check
0 commit comments