Skip to content

Commit

Permalink
dealing with cache problem
Browse files Browse the repository at this point in the history
  • Loading branch information
saicharan0112 committed Apr 8, 2023
1 parent 892190f commit cf79365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ldo_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/regression
docker run --rm -v $HOME:$HOME -e USER=$USER -w $PWD openfasoc_ci_image:latest bash -c "pip install pyyaml numpy && python3 run_regression.py ldo simulate"
sudo rm -rf $GITHUB_WORKSPACE/openfasoc
sudo rm -rf $GITHUB_WORKSPACE/*
process:
runs-on: self-hosted
Expand Down

0 comments on commit cf79365

Please sign in to comment.