Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Jun 19, 2024
1 parent 8f376a8 commit 2ceb814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_cirun_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ jobs:
for dir in `find . -name "$NAME_PREFIX-*"`; do cp -r $dir/* .asv/results; done
echo ">>>> on gh-pages"
ls -l
ls -la
ls -l .asv/results
# return to main to be able to generate the new html report
git checkout main
echo ">>> on main"
ls -l
ls -la
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 2ceb814

Please sign in to comment.