Skip to content

Commit b99dfa0

Browse files
fix: relax towards older crc32c (#7)
1 parent 3b1b022 commit b99dfa0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
docker run -d -p 4443:4443 -v storage_data:/storage fsouza/fake-gcs-server -scheme http
9090
9191
- name: Test fake GCS
92-
run:
92+
run: |
93+
pip install google-crc32c==1.1.2
9394
poetry run python tests/test_fake_gcs.py
9495
9596
- name: Run pytest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["snakemake", "storage", "plugin", "google cloud storage"]
1515
[tool.poetry.dependencies]
1616
python = "^3.11"
1717
google-cloud-storage = "^2.12.0"
18-
google-crc32c = "^1.5.0"
18+
google-crc32c = "^1.1.2"
1919

2020
[tool.poetry.group.dev.dependencies]
2121
black = "^23.9.1"

0 commit comments

Comments
 (0)