Skip to content

Commit

Permalink
ticket-1453 - Improve multi-call implementation in IMA Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-skalelabs committed Jun 1, 2023
1 parent 1ed7f8b commit 842d738
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,9 @@ jobs:
echo ------------ py3 wheel - pip
pip3 install wheel
echo ------------ slither analyzer install
pip3 install slither-analyzer==0.8.3
#pip3 install slither-analyzer==0.8.3
pip3 install -r proxy/scripts/requirements.txt
echo ------------ slither search attempt
sudo find / -name slither || true
echo ------------ slither location detection - after install
Expand Down

0 comments on commit 842d738

Please sign in to comment.