ci: fix pyyaml not importable in drift-check nix shell (oleks/ci-scripts#13)
ci/woodpecker/cron/drift Pipeline was successful

This commit is contained in:
2026-07-05 17:10:59 +03:00
parent 6bd25f6192
commit 984a239311
+1 -1
View File
@@ -17,4 +17,4 @@ steps:
from_secret: ci_drift_token
commands:
- echo "▸ arch=$(uname -m)"
- nix shell nixpkgs#python3 nixpkgs#python3Packages.pyyaml -c python3 drift_check.py
- "nix-shell -p 'python3.withPackages (ps: [ ps.pyyaml ])' --run 'python3 drift_check.py'"