6
0

Fixed test workflow v3

This commit is contained in:
Jon Michael Aanes 2023-12-12 13:38:57 +01:00
parent e21c2956f7
commit d9671aa859

View File

@ -12,7 +12,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
if: ${{ hashFiles("test/*.py") != '' }}
if: ${{ hashFiles('test/*.py') != '' }}
steps:
- name: Install test dependencies
run: pip install -y pytest