We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5207dbe commit 4fc11cfCopy full SHA for 4fc11cf
.github/workflows/test.yml
@@ -61,5 +61,5 @@ jobs:
61
python setup.py install
62
63
# Run tests
64
- pytest python/tests/ -s -v -m "not oss_skip"
+ gdb -ex "set pagination off" -ex "run" -ex "bt full" -ex "quit" --batch --args python -m pytest python/tests/ -s -v -m "not oss_skip" 2>&1 | tee gdb_out.log
65
python python/tests/test_mock_cuda.py
README.md
@@ -9,7 +9,7 @@
9
10
```sh
11
12
-# Create and activate the conda environment
+# Create and activate the conda environment s
13
conda create -n monarchenv python=3.10 -y
14
conda activate monarchenv
15
0 commit comments