From a11858f6ebf4c129d31a33a684ac3a6a3192df4a Mon Sep 17 00:00:00 2001 From: Sandeep Date: Mon, 19 Aug 2024 07:28:11 +0530 Subject: [PATCH] Add prime Numbers and install poetry --- .github/workflows/github-actions-demo.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 11c11fc..45a2ddf 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -6,7 +6,10 @@ jobs: runs-on: ubuntu-latest steps: - run: python --version - - run: poetry --version + - run: curl -sSL https://install.python-poetry.org | python3 - + - run: pwd + - run: ls + - run: poetry install - 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 }}."