Fixed test workflow v3
This commit is contained in:
parent
e21c2956f7
commit
d9671aa859
|
@ -12,7 +12,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ hashFiles("test/*.py") != '' }}
|
if: ${{ hashFiles('test/*.py') != '' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install test dependencies
|
- name: Install test dependencies
|
||||||
run: pip install -y pytest
|
run: pip install -y pytest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user