Skip to content

Commit

Permalink
remove pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
mexes20 committed Sep 11, 2024
1 parent 53bfffb commit 367eb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ regenerate_tests= "./scripts/data/regenerate_tests.sh"
integration_tests = "scarb build && ./scripts/data/integration_tests.sh"
client= "scarb build && ./scripts/data/client.sh"
test = "scarb cairo-test && scarb run integration_tests"
lint = "pip install -r requirements.txt && flake8 scripts/ && black --check scripts/"
lint = "flake8 scripts/ && black --check scripts/"

[dependencies]

Expand Down

0 comments on commit 367eb96

Please sign in to comment.