From 8c111720970d517e668029081acdc900bfe6419e Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Tue, 28 Nov 2023 01:27:19 +0900 Subject: [PATCH] Fix a job --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d182df4..8434adc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,8 +170,6 @@ jobs: group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref_name }}-run-sample cancel-in-progress: true timeout-minutes: 20 - container: - image: ghcr.io/thombashi/python-ci:3.11 steps: - uses: actions/checkout@v4