Skip to content

Commit

Permalink
github workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Nov 10, 2023
1 parent 082169a commit c560741
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/install-poetry-action@v2.0.0
uses: packetcoders/action-setup-cache-python-poetry@main
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/install-poetry-action@v2.0.0
uses: packetcoders/action-setup-cache-python-poetry@main
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/install-poetry-action@v2.0.0
uses: packetcoders/action-setup-cache-python-poetry@main
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand All @@ -119,7 +119,7 @@ jobs:
python-version: "3.10"

- name: Install Poetry
uses: snok/install-poetry-action@v2.0.0
uses: packetcoders/action-setup-cache-python-poetry@main
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down

0 comments on commit c560741

Please sign in to comment.