Skip to content

Commit 196f8a6

Browse files
committed
tests
1 parent bf1d0f0 commit 196f8a6

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/push_main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
platform:
2121
- "macos-latest"
2222
- "ubuntu-latest"
23-
- "windows-latest"
23+
# - "windows-latest"
2424
python:
2525
- "3.10"
2626
- "3.11"

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,3 @@ pre-commit install
119119
```bash
120120
python -m pytest -v --cov-report term-missing --cov=./lobster ./tests
121121
```
122-
123-
### Build and browse docs locally
124-
125-
```bash
126-
make -C docs html
127-
cd docs/build/html
128-
python -m http.server
129-
```
130-
131-
Then open `http://localhost:8000` in your browser.

0 commit comments

Comments
 (0)