We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e187e2c commit fce784aCopy full SHA for fce784a
1 file changed
.github/workflows/build.yml
@@ -28,6 +28,7 @@ jobs:
28
# Hibernate 6.4 and HttpClient require Java 11+
29
- if: ${{ matrix.java == 8 }}
30
run: |
31
+ rm src/test/java/com/pgvector/CohereTest.java
32
rm src/test/java/com/pgvector/HibernateTest.java
33
rm src/test/java/com/pgvector/OpenAITest.java
34
- run: mvn -B -ntp test
0 commit comments