From 52e0172f61514b804bdb138c99b4a78d141c8829 Mon Sep 17 00:00:00 2001 From: Sandy <7pandeys@gmail.com> Date: Mon, 19 Aug 2024 07:51:35 +0530 Subject: [PATCH] Add prime Numbers and install poetry --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 0da27b9..a6b1b1a 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -8,7 +8,7 @@ jobs: - run: python --version - run: curl -sSL https://install.python-poetry.org | python3 - # - run: cp /home/runner/work/2024/2024/Basic/Basic_Of_Python/pyproject.toml . - - run: poetry install +# - 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 }}."