Fixed test workflow v2
This commit is contained in:
parent
a97eaf6992
commit
e21c2956f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user