Skip to content

Commit acd1216

Browse files
authored
Merge pull request #87 from ocefpaf/cache_slow_requests
Cache slow and big requests
2 parents 34b290f + 1b8f2ca commit acd1216

File tree

6 files changed

+61
-248
lines changed

6 files changed

+61
-248
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: ["3.8", "3.9", "3.10", "3.11"]
14-
os: [windows-latest, ubuntu-latest, macos-latest]
14+
os: [ubuntu-latest]
1515
fail-fast: false
1616

1717
steps:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: blackdoc
2929

3030
- repo: https://github.com/charliermarsh/ruff-pre-commit
31-
rev: v0.0.253
31+
rev: v0.0.254
3232
hooks:
3333
- id: ruff
3434

@@ -39,7 +39,7 @@ repos:
3939
language_version: python3
4040

4141
- repo: https://github.com/codespell-project/codespell
42-
rev: v2.2.2
42+
rev: v2.2.4
4343
hooks:
4444
- id: codespell
4545
args:

notebooks/fetch_datasets.ipynb

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)