Skip to content

Commit 0531375

Browse files
committed
don't enforce update in downstream test
1 parent b31d0fd commit 0531375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
using Pkg
202202
using Test
203203
pkg"dev ."
204-
pkg"update"
204+
# pkg"update"
205205
pkg"instantiate"
206206
pkg"build"
207207
@testset "PowerDynamics Downstream Tests" begin

0 commit comments

Comments
 (0)