From a39bb69d3b9acb2e3c5014db8bef3d87e017d7be Mon Sep 17 00:00:00 2001 From: KirillZubov Date: Tue, 2 Jul 2024 16:08:49 +0400 Subject: [PATCH] Add Unregistered LuxNeuralOperators --- .github/workflows/CI.yml | 6 ++++++ Project.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0458b4cb3..2b58bf8cc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -59,3 +59,9 @@ jobs: files: lcov.info token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true + - name: Add Unregistered LuxNeuralOperators Package + run: | + julie -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/LuxDL/LuxNeuralOperators.jl"))'; + 'Pkg.instantiate()' + + \ No newline at end of file diff --git a/Project.toml b/Project.toml index c7e3634d9..80bc20b5f 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ Integrals = "de52edbc-65ea-441a-8357-d3a637375a31" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c" Lux = "b2108857-7c20-44ae-9111-449ecde12c47" -LuxNeuralOperators = "c0ba2cc5-a80b-46ec-84b3-091eb317b01d" +#LuxNeuralOperators = "c0ba2cc5-a80b-46ec-84b3-091eb317b01d" while it is not registered MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"