Skip to content

Commit 1f0949e

Browse files
committed
build in test env
1 parent 0b9a784 commit 1f0949e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ jobs:
161161
with:
162162
version: ${{ matrix.version }}
163163
arch: ${{ matrix.arch }}
164-
- uses: julia-actions/julia-buildpkg@v1
165164
- name: Load Julia packages from cache
166165
id: julia-cache
167166
uses: julia-actions/cache@v2
@@ -202,6 +201,9 @@ jobs:
202201
using Pkg
203202
using Test
204203
pkg"dev ."
204+
pkg"update
205+
pkg"instantiate"
206+
pkg"build"
205207
@testset "PowerDynamics Downstream Tests" begin
206208
@testset "Normal Package tests" begin
207209
Pkg.test("PowerDynamics"; coverage=false)

0 commit comments

Comments
 (0)