Skip to content

Commit

Permalink
Added CI wheel install OS-invariant fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Aug 28, 2023
1 parent 05ad370 commit 20fe685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
name: "Python wheel"

- name: Install wheel
run: pip install --find-links=${{github.workspace}} t_loss
run: pip install --find-links=${{github.workspace}} t_loss-*
shell: bash

- name: Test library accessibility
run: python -c "from t_loss import TLoss"
Expand Down

0 comments on commit 20fe685

Please sign in to comment.