We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1d0f0 commit 196f8a6Copy full SHA for 196f8a6
.github/workflows/push_main.yml
@@ -20,7 +20,7 @@ jobs:
20
platform:
21
- "macos-latest"
22
- "ubuntu-latest"
23
- - "windows-latest"
+ # - "windows-latest"
24
python:
25
- "3.10"
26
- "3.11"
README.md
@@ -119,13 +119,3 @@ pre-commit install
119
```bash
120
python -m pytest -v --cov-report term-missing --cov=./lobster ./tests
121
```
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