we need an empty requirements file
This commit is contained in:
parent
9cde283db6
commit
bb83994fb5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/githubci.yml
vendored
1
.github/workflows/githubci.yml
vendored
|
|
@ -21,4 +21,5 @@ jobs:
|
|||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||
- name: pre-install
|
||||
run: |
|
||||
touch requirements.txt # Empty requirements expected by install.sh
|
||||
source actions-ci/install.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue