mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Merge branch 'master' of github.com:debanjum/semantic-search
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user