Commit 18bc964d authored by Mateusz Żebrak's avatar Mateusz Żebrak
Browse files

Fix: create venv in python_installer stage

The Python 3.14 upgrade changed the base image from python_development
(which had a pre-created venv) to wax/ci-base-image (which doesn't).
This caused CI builds to fail with "No such file or directory" when
trying to activate /python_venv/bin/activate.

See: !812

🤖 Generated with [Claude Code](https://claude.com/claude-code

)

Co-Authored-By: default avatarClaude Opus 4.5 <noreply@anthropic.com>
parent 8821eef7
Loading
Loading
Loading