Skip to content

Commit 1e9f7a7

Browse files
Switch to cloning the main Quarkus-LangChain4j repository in the workflow.
1 parent 2702c9c commit 1e9f7a7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/integration-quarkus-langchain4j.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ jobs:
8888
- name: Clone Quarkus LangChain4j
8989
run: |
9090
cd ${{ github.workspace }}
91-
# git clone https://github.com/quarkiverse/quarkus-langchain4j.git
92-
git clone --branch fix/gpu-llama3-config-registration \
93-
https://github.com/orionpapadakis/quarkus-langchain4j.git
91+
git clone https://github.com/quarkiverse/quarkus-langchain4j.git
9492
9593
# Step 3: Build Quarkus LangChain4j
9694
- name: Build Quarkus LangChain4j

0 commit comments

Comments
 (0)