diff --git a/.github/workflows/discussion.bot.yaml b/.github/workflows/discussion.bot.yaml index e39b80f5e..644f9e24b 100644 --- a/.github/workflows/discussion.bot.yaml +++ b/.github/workflows/discussion.bot.yaml @@ -16,11 +16,7 @@ permissions: jobs: bot-response: runs-on: ubuntu-24.04 - steps: - - name: setup - run: | - pip install markdown - + steps: - name: Check out the repository to the runner uses: actions/checkout@v4