Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 17, 2024
1 parent e187e2c commit fce784a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
# Hibernate 6.4 and HttpClient require Java 11+
- if: ${{ matrix.java == 8 }}
run: |
rm src/test/java/com/pgvector/CohereTest.java
rm src/test/java/com/pgvector/HibernateTest.java
rm src/test/java/com/pgvector/OpenAITest.java
- run: mvn -B -ntp test

0 comments on commit fce784a

Please sign in to comment.