Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joserapa98 committed May 9, 2024
1 parent b203e32 commit 0b3b3b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Test1
run: python -c "assert 0 == 1"
- name: Test2
if: always()
run: python -c "print('Hola')"
- name: Install dependencies
run: python -m pip install --upgrade pip torch opt_einsum
- name: Install pytest
Expand Down

0 comments on commit 0b3b3b7

Please sign in to comment.