Skip to content

Commit af3eea5

Browse files
Updates release pipeline to only run L0 tests
1 parent 58ec508 commit af3eea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tripy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name : test
5353
run: |
5454
cd /tripy/
55-
pytest --cov=tripy/ --cov-config=.coveragerc tests/ -v -n 4 --durations=15 --ignore tests/performance
55+
pytest --cov=tripy/ --cov-config=.coveragerc tests/ -v -m "not l1" -n 4 --durations=15 --ignore tests/performance
5656
5757
- name: Release
5858
uses: softprops/action-gh-release@v2

tripy/examples/nanogpt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ for expected accuracy.
3737
<!--
3838
Tripy: TEST: EXPECTED_STDOUT Start
3939
```
40-
(?s).*?What is the answer to life, the universe, and everything\? (How can we know what's real\? How can|The answer to the questions that are asked of us)
40+
(?s).*?What is the answer to life, the universe, and everything\? (How can we know what's real\? How can|The answer to the questions that are asked of us|The answer to the questions that are the most difficult)
4141
```
4242
Tripy: TEST: EXPECTED_STDOUT End
4343
-->

0 commit comments

Comments
 (0)