Skip to content

Commit

Permalink
Merge pull request #14 from Sagacify/chore/bump_poetry
Browse files Browse the repository at this point in the history
Bump poetry version to 1.7.1
  • Loading branch information
c-pletinckx authored Mar 8, 2024
2 parents 10551ea + f699f3b commit 1f16275
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 251 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.local
key: poetry-1.3.2-0
key: poetry-1.7.1-0

- uses: snok/install-poetry@v1
with:
version: 1.3.2
version: 1.7.1
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.10.5

- name: Validate commit messages
if: ${{ github.ref != 'refs/heads/master' }}
Expand All @@ -26,11 +26,11 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.local
key: poetry-1.3.2-0
key: poetry-1.7.1-0

- uses: snok/install-poetry@v1
with:
version: 1.3.2
version: 1.7.1
virtualenvs-create: true
virtualenvs-in-project: true

Expand All @@ -48,4 +48,4 @@ jobs:
- name: Run tests
run: |
poetry run pytest
poetry run pytest
Loading

0 comments on commit 1f16275

Please sign in to comment.