Skip to content

Commit

Permalink
Update dependencies (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts authored Jun 7, 2024
1 parent b0df361 commit be08d8c
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 385 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
python-version: [ "3.10", "3.11", "3.12" ]
steps:
- name: Check out ${{ github.sha }} from repository ${{ github.repository }}
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install poetry
run: pipx install poetry

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
Expand Down
Loading

0 comments on commit be08d8c

Please sign in to comment.