Skip to content

Commit

Permalink
fix: Ensure proper package loading in test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Nov 26, 2024
1 parent 2dc7dcd commit 185201d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using PromptingTools
using Test, Pkg
# Ensure test dependencies are loaded
Pkg.activate("test")
Pkg.instantiate()
using OpenAI, HTTP, JSON3
using SparseArrays, LinearAlgebra, Markdown
using Statistics
using Dates: now
using Test, Pkg, Random
const PT = PromptingTools
using Snowball, FlashRank
using Aqua

@testset "Code quality (Aqua.jl)" begin
# Skipping unbound_args check because we need our `MaybeExtract` type to be unboard
Expand Down

0 comments on commit 185201d

Please sign in to comment.