From 129290016398b0b1eb6aaff306e315ab589ee98f Mon Sep 17 00:00:00 2001 From: KirillZubov Date: Tue, 2 Jul 2024 17:55:27 +0400 Subject: [PATCH] undo "add unregistered LuxNeuralOperators attempt 2" --- .github/workflows/CI.yml | 2 -- 1 file changed, 2 deletions(-) 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 }}