Configure packages for your environment:APT Packages: Add system-level packages that need to be installed via apt-getPIP Packages: Add Python packages that should be installed via pip
Configure environment variables for your agent’s workspace. You can access your personal or team secrets via the secret context (similar to Github Action secrets):${{ secrets.YOUR_SECRET }}See Secrets for more information.
Define custom setup commands that run after the environment is created. Each line will be executed separately in the same session.Example setup script:
Before finalizing your configuration, click the validate and save button. This initializes a sandbox environment with your configuration to ensure the commands work as expected.
Once the validation finished, it will save automatically and every subsequent run in that repository will use your environment setup!
Don’t leave the page while validation is taking place, as the progress will be lost.