Skip to content

Commit

Permalink
fix: update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bassoy authored Oct 27, 2024
1 parent 3d09c7b commit c455126
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@ jobs:
- name: Build and Run Tests (Intel MKL)
run: |
cd ttm/test
cd ttv/test
make clean && make -j BLAS_FLAG=MKL
./bin/main
- name: Build and Run Tests (OpenBLAS)
run: |
cd ttm/test
cd ttv/test
make clean && make -j BLAS_FLAG=OPENBLAS
./bin/main
- name: Build and Run Python Wrapper Tests (OpenBLAS)
run: |
cd ttm/ttmpy
virtualenv ~/env-ttm
source ~/env-ttm/bin/activate
cd ttv/ttvpy
virtualenv ~/env-ttv
source ~/env-ttv/bin/activate
pip install -e .
cd tests
python3 -m unittest discover -v
Expand Down

0 comments on commit c455126

Please sign in to comment.