diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index aa1ddfc..4252fae 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -29,12 +29,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Checkout foundation/el (ELP source for soul.el imports) - run: | - git clone https://git.neuralplatform.ai/neuron-technologies/el.git \ - --depth=1 --branch=main \ - ../foundation/el - - name: Install build dependencies run: | apt-get update -qq