Skip to content

Commit

Permalink
Add Unregistered LuxNeuralOperators
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillZubov committed Jul 2, 2024
1 parent 53a52f8 commit a39bb69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()'


2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a39bb69

Please sign in to comment.