Merge pull request #1187 from palnabarun/fix-github-actions-issue
Fix the issue with Github Actions
This commit is contained in:
commit
10671f9426
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -12,6 +12,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user