Skip to content

Commit 8b248e9

Browse files
committed
GitHub Actions fixes
1 parent 818d810 commit 8b248e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr-e2e-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ concurrency:
1212

1313
jobs:
1414
e2e-tests:
15-
runs-on: ubuntu-latest
1615
uses: ./.github/workflows/e2e-tests.yaml
1716
strategy:
1817
matrix:
@@ -23,7 +22,7 @@ jobs:
2322
- enterprise
2423
with:
2524
target: ${{ matrix.python-version }}
26-
python-version: ${{ neo4j-edition }}
25+
python-version: ${{ matrix.neo4j-edition }}
2726
services:
2827
t2v-transformers:
2928
image: cr.weaviate.io/semitechnologies/transformers-inference:sentence-transformers-all-MiniLM-L6-v2-onnx

0 commit comments

Comments
 (0)