Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Sep 4, 2024
1 parent 89d81c8 commit 8a48a2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run tests
run: |
export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/gcsfs/tests/fake-secret.json
pytest -vv \
pytest -vv -s \
--log-format="%(asctime)s %(levelname)s %(message)s" \
--log-date-format="%H:%M:%S" \
gcsfs/
Expand Down
2 changes: 2 additions & 0 deletions gcsfs/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
from gcsfs import GCSFileSystem
from gcsfs.tests.settings import TEST_BUCKET

fsspec.utils.setup_logging(logger_name="gcsfs")

files = {
"test/accounts.1.json": (
b'{"amount": 100, "name": "Alice"}\n'
Expand Down

0 comments on commit 8a48a2c

Please sign in to comment.