Skip to content

Commit a4b388b

Browse files
Merge branch 'main' into test_rtd_pr
2 parents 8b24fc9 + e74d0ce commit a4b388b

31 files changed

+992
-696
lines changed

.github/workflows/run-test-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
- run: python -V
3232
- run: pip install -e .
3333
- run: conda list
34+
- run: flake8 --exclude tests,doc,old_code,bnl --max-line-length 120 --ignore F405,F401
3435
- run: pytest -n 2 -m "not slow" --junitxml=report-1.xml
3536
- uses: codecov/codecov-action@v5

activestorage/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
from .active import Active
2-
# 0.0.1 is the initial version using kerchunk
3-
# 0.0.2 is testing out the use of pyfive instead
4-
__version__ = "0.0.2"
5-

0 commit comments

Comments
 (0)