Skip to content

Commit

Permalink
fix: NixOS cert file path
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Nov 17, 2024
1 parent 0a54d6c commit a234814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
--run '
python -m venv venv
source venv/bin/activate
cert_file=/etc/ssl/certs/ca-certificates.crt
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]"
# Run tests in installed package to avoid plugin import issue:
Expand Down

0 comments on commit a234814

Please sign in to comment.