diff --git a/.github/workflows/test-all-the-things.yml b/.github/workflows/test-all-the-things.yml index bd90869..9ff2d16 100644 --- a/.github/workflows/test-all-the-things.yml +++ b/.github/workflows/test-all-the-things.yml @@ -1389,10 +1389,3 @@ jobs: clojureRef: ${{ inputs.clojureRef }} subjectRepo: 'clj-commons/iapetos' subjectRef: 'master' - test-clj-commons-manifold: - uses: ./.github/workflows/lein-test.yml - with: - clojureRepo: ${{ inputs.clojureRepo }} - clojureRef: ${{ inputs.clojureRef }} - subjectRepo: 'clj-commons/manifold' - subjectRef: 'master'