Skip to content

Commit

Permalink
force ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tapspatel committed Aug 27, 2024
1 parent 5e3eddb commit f9090c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ jobs:
- name: Install ttrt run whls
shell: bash
run: |
ls
rm -rf whls_env
python3 -m venv whls_env
source whls_env/bin/activate
pip show ttrt && pip uninstall -y ttrt
Expand Down Expand Up @@ -281,6 +283,8 @@ jobs:
- name: Install ttrt whls
shell: bash
run: |
ls
rm -rf whls_env
python3 -m venv whls_env
source whls_env/bin/activate
pip show ttrt && pip uninstall -y ttrt
Expand Down

0 comments on commit f9090c5

Please sign in to comment.