mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 03:57:19 +00:00
multi-os dep checker (#4845)
This commit is contained in:
parent
707f1c3546
commit
28463e38e5
9
.github/workflows/imports.yml
vendored
9
.github/workflows/imports.yml
vendored
@ -25,7 +25,14 @@ env:
|
||||
jobs:
|
||||
|
||||
base-install:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- macos-latest
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user