Skip to content

Commit

Permalink
ci: debug env
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Jun 27, 2024
1 parent af7e49a commit 602f037
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
with:
compiler: gcc

- name: Check sysconfig
run: python -m sysconfig

- name: Install package
run: python -m pip install .[test]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ xfail_strict = true
filterwarnings = [
"error",
]
log_cli_level = "INFO"
log_cli_level = "DEBUG"
testpaths = [
"tests",
]
Expand Down

0 comments on commit 602f037

Please sign in to comment.