Skip to content

Commit 4fc11cf

Browse files
amirafzalifacebook-github-bot
authored andcommitted
try main (#22)
Summary: Pull Request resolved: #22 Differential Revision: D75159472
1 parent 5207dbe commit 4fc11cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
python setup.py install
6262
6363
# Run tests
64-
pytest python/tests/ -s -v -m "not oss_skip"
64+
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
6565
python python/tests/test_mock_cuda.py

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
```sh
1111

12-
# Create and activate the conda environment
12+
# Create and activate the conda environment s
1313
conda create -n monarchenv python=3.10 -y
1414
conda activate monarchenv
1515

0 commit comments

Comments
 (0)