Skip to content

Commit

Permalink
test: debug NixOS by showing Git branches
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Aug 8, 2024
1 parent 4c75a51 commit a67615c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
cert_file=/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt
export NIX_SSL_CERT_FILE=$cert_file
pip install "${{needs.build-wheel.outputs.wheel-path}}[test]"
echo Git branches:
git branch -a
# Run tests in installed package to avoid plugin import issue:
pytest $(python -c "
import os, darker
Expand Down

0 comments on commit a67615c

Please sign in to comment.