Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eigilhs committed Jun 4, 2024
1 parent 097f5ca commit a7f531e
Show file tree
Hide file tree
Showing 3 changed files with 1,624 additions and 1,326 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: '3.11.4'
python-version: '3.12.3'
- name: Install and configure Poetry
run: |
pip install poetry==1.5.1
pip install poetry==1.8.3
poetry config virtualenvs.in-project true
- run: poetry install --sync
name: Install dependencies
Expand Down
Loading

0 comments on commit a7f531e

Please sign in to comment.