Skip to content

Commit

Permalink
feat: try a different poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptk committed May 25, 2023
1 parent 9d07ce1 commit 7dd0ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: snok/install-poetry@v1.3.3
- uses: abatilo/actions-poetry@v2.3.0
- uses: pre-commit/action@v3.0.0

test:
Expand All @@ -49,7 +49,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: snok/install-poetry@v1.3.3
- uses: abatilo/actions-poetry@v2.3.0
- name: Install Dependencies
run: poetry install
shell: bash
Expand Down

0 comments on commit 7dd0ab2

Please sign in to comment.