From 1d91b9268c963870019b2d404f5aee1547dd6ed8 Mon Sep 17 00:00:00 2001 From: phoebusm Date: Tue, 17 Dec 2024 15:58:49 +0000 Subject: [PATCH] Remove duplicate container spec --- .github/actions/run_proxy_test/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/run_proxy_test/action.yml b/.github/actions/run_proxy_test/action.yml index c23a6ee5f9..c93ba5bb4c 100644 --- a/.github/actions/run_proxy_test/action.yml +++ b/.github/actions/run_proxy_test/action.yml @@ -1,6 +1,5 @@ name: 'Run proxy test' runs-on: ubuntu -container: ubuntu:22.04 inputs: wheel: {required: true, type: string, description: The name of the wheel artifact to test } python3: {default: '7', type: string, description: Specifies the version of python for testing }