Skip to content

Commit

Permalink
Ditch Windows and Mac on Weaviate CI as Docker images are not provided
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Jan 25, 2024
1 parent fe58fdf commit 1d8f653
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/weaviate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- name: Support longpaths
if: matrix.os == 'windows-latest'
working-directory: .
run: git config --system core.longpaths true

- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -49,7 +44,6 @@ jobs:
run: pip install --upgrade hatch

- name: Lint
if: runner.os == 'Linux'
run: hatch run lint:all

- name: Run Weaviate container
Expand Down

0 comments on commit 1d8f653

Please sign in to comment.