From 790b38668e03a3559b60ad28bfd34784eacaf6e5 Mon Sep 17 00:00:00 2001 From: Sandeep Date: Mon, 19 Aug 2024 07:25:34 +0530 Subject: [PATCH] Add prime Numbers and install poetry --- .github/workflows/github-actions-demo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index d2a1349..11c11fc 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -6,6 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - run: python --version + - run: poetry --version - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."