Skip to content

Commit 2b1b658

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 36c8795 + 21abb16 commit 2b1b658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3737
- name: Test with pytest
3838
run: |
39-
pytest
39+
python -c "import tensordiffeq"

0 commit comments

Comments
 (0)