Change container to python3-slim
All checks were successful
Python tests (make) / test (push) Successful in 42s
Python tests (make) / test (pull_request) Successful in 40s

This commit is contained in:
2025-08-22 15:30:24 -04:00
parent 6005741b10
commit 4639e8fc5c

View File

@@ -9,7 +9,7 @@ on:
jobs:
test:
runs-on: ubuntu-22.04
container: mcr.microsoft.com/devcontainers/python:3.11
container: python:3.11-slim
steps:
- name: Install Node (and git/make) inside container