Skip to content

Commit

Permalink
Create poetrycache.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gowridurgad authored May 21, 2024
1 parent a9708fc commit 83ff208
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/poetrycache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: poetryTest
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4
- name: Install poetry
run: python -m pip install poetry
- name: Check Poetry Python version
run: poetry env info
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'poetry'
- run: poetry install
- name: Check Poetry Python version
run: poetry env info

0 comments on commit 83ff208

Please sign in to comment.