Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Sep 30, 2024
1 parent 45b98a2 commit fc3a6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_IP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
cd ${{ env.IP_PATH }}
ls -la ip/
if [ -f ip/dependencies.json ]; then
echo "File exists!"
echo "ip dependencies exist!"
pip install ipmgr
ipm install-deps
ipm install-dep
else
echo "dependencies.json file not found, skipping install."
fi
Expand Down

0 comments on commit fc3a6de

Please sign in to comment.