mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Merge branch 'master' of github.com:debanjum/semantic-search
This commit is contained in:
commit
d14f5d54e3
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -11,13 +11,16 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
name: Run Tests
|
||||
runs-on: "macos-latest"
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: bash -l {0}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Environment dependencies
|
||||
run: |
|
||||
sudo apt-get -y install libimage-exiftool-perl
|
||||
- name: Cache conda
|
||||
uses: actions/cache@v2
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue