Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tapspatel committed Aug 27, 2024
1 parent 13bc74b commit d3435ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
python3 -m venv whls_env
source whls_env/bin/activate
pip show ttrt && pip uninstall -y ttrt
pip install ttrt-whl-run/*.whl --force-reinstall
pip install ttrt*.whl --force-reinstall
pip install torch
pip install loguru
pip install pandas
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
python3 -m venv whls_env
source whls_env/bin/activate
pip show ttrt && pip uninstall -y ttrt
pip install ttrt-whl-${{ matrix.build.name }}/*.whl --force-reinstall
pip install ttrt*.whl --force-reinstall
pip install torch
pip install loguru
pip install pandas
Expand Down

0 comments on commit d3435ef

Please sign in to comment.