Skip to content

Commit

Permalink
upgrade poetry version on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Dec 18, 2023
1 parent 99d1d4c commit 6859fdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1.3
uses: gi0baro/setup-poetry-bin@v1
with:
virtualenvs-in-project: true
- name: Install dependencies
Expand All @@ -56,7 +56,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1.3
uses: gi0baro/setup-poetry-bin@v1
with:
virtualenvs-in-project: true
- name: Install dependencies
Expand All @@ -79,7 +79,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1.3
uses: gi0baro/setup-poetry-bin@v1
with:
virtualenvs-in-project: true
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ granian = "~0.7.0"
emmett-crypto = "^0.5"
pendulum = "~3.0.0"
pyDAL = "17.3"
python-rapidjson = "^1.0"
python-rapidjson = "~1.14.0"
pyyaml = "^6.0"
renoir = "^1.6"
severus = "^1.1"
Expand Down

0 comments on commit 6859fdc

Please sign in to comment.