From 46c4d4352fe0c9e4e95913a5d6894ff9a7cad8b2 Mon Sep 17 00:00:00 2001 From: Shane McGovern Date: Sun, 27 Oct 2024 14:23:48 -0700 Subject: [PATCH] fix: ...3.11.3... not found in pytest step of validation job --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9ba2f5ae..d44b96a9 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/devcontainers/python:3 +FROM mcr.microsoft.com/devcontainers/python:3.10 RUN python -m pip install --upgrade pip \ && python -m pip install 'flit>=3.8.0'