diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c5cdb8c2a0..42963419e4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,8 +34,6 @@ jobs: - "1" steps: - uses: actions/checkout@v4 - - name: Add Unregistered Package - run: julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/LuxDL/LuxNeuralOperators.jl")); Pkg.instantiate()' - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }}