Skip to content

Commit b5321b5

Browse files
authored
Merge pull request #142 from shazamio/fix_tests
Fix tests and upgrade poetry deps
2 parents c1a81f9 + 35f90d0 commit b5321b5

File tree

3 files changed

+796
-658
lines changed

3 files changed

+796
-658
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
# check-out repo and set-up python
1111
#----------------------------------------------
1212
- name: Check out repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Set up python
1515
id: setup-python
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: 3.10.15
1919
#----------------------------------------------
@@ -31,7 +31,7 @@ jobs:
3131
#----------------------------------------------
3232
- name: Load cached venv
3333
id: cached-poetry-dependencies
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
with:
3636
path: .venv
3737
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)