From 3f2b182376716918f6fd72f8897c41fa56b4b7bf Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com> Date: Tue, 7 May 2024 15:09:23 +0530 Subject: [PATCH] ci: use DataInterpolations from SciML instead of PumasAI --- .github/workflows/IntegrationTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index c52118df3..586a8f070 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -29,7 +29,7 @@ jobs: - {user: invenia, repo: PDMatsExtras.jl} - {user: chrisbrahms, repo: Hankel.jl} - {user: SciML, repo: DiffEqBase.jl} - - {user: PumasAI, repo: DataInterpolations.jl} + - {user: SciML, repo: DataInterpolations.jl} - {user: dfdx, repo: Yota.jl} - {user: JuliaStats, repo: StatsFuns.jl} - {user: JuliaStats, repo: LogExpFunctions.jl}