Skip to content

Commit fb7a5c5

Browse files
amirafzalifacebook-github-bot
authored andcommitted
try main (#22)
Summary: Pull Request resolved: #22 Differential Revision: D75159472
1 parent 2d7d6c3 commit fb7a5c5

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+
pytest python/tests/ -v -m "not oss_skip"
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)