Skip to content

Commit

Permalink
Add prime Numbers and install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
7pandeys committed Aug 19, 2024
1 parent b07c730 commit d882a75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
- run: curl -sSL https://install.python-poetry.org | python3 -
- run: pwd
- run: ls
- run: Basic/Basic_Of_Python
- run: cp /home/runner/work/2024/2024/Basic/Basic_Of_Python/poetry.lock .
- run: cp /home/runner/work/2024/2024/Basic/Basic_Of_Python/pyproject.toml .
- 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!"
Expand Down

0 comments on commit d882a75

Please sign in to comment.