Skip to content

Commit

Permalink
GitHub Actions fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthomas93 committed Sep 10, 2024
1 parent 818d810 commit 8b248e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ concurrency:

jobs:
e2e-tests:
runs-on: ubuntu-latest
uses: ./.github/workflows/e2e-tests.yaml
strategy:
matrix:
Expand All @@ -23,7 +22,7 @@ jobs:
- enterprise
with:
target: ${{ matrix.python-version }}
python-version: ${{ neo4j-edition }}
python-version: ${{ matrix.neo4j-edition }}
services:
t2v-transformers:
image: cr.weaviate.io/semitechnologies/transformers-inference:sentence-transformers-all-MiniLM-L6-v2-onnx
Expand Down

0 comments on commit 8b248e9

Please sign in to comment.