We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9a784 commit 1f0949eCopy full SHA for 1f0949e
.github/workflows/tests.yml
@@ -161,7 +161,6 @@ jobs:
161
with:
162
version: ${{ matrix.version }}
163
arch: ${{ matrix.arch }}
164
- - uses: julia-actions/julia-buildpkg@v1
165
- name: Load Julia packages from cache
166
id: julia-cache
167
uses: julia-actions/cache@v2
@@ -202,6 +201,9 @@ jobs:
202
201
using Pkg
203
using Test
204
pkg"dev ."
+ pkg"update
205
+ pkg"instantiate"
206
+ pkg"build"
207
@testset "PowerDynamics Downstream Tests" begin
208
@testset "Normal Package tests" begin
209
Pkg.test("PowerDynamics"; coverage=false)
0 commit comments